diff --git a/concurrent/Summing3.java b/concurrent/Summing3.java index 77aa8a49..079946db 100644 --- a/concurrent/Summing3.java +++ b/concurrent/Summing3.java @@ -2,7 +2,7 @@ // (c)2017 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Visit http://OnJava8.com for more book information. -// {ValidateByHand} CI has trouble +// !!!! CI has trouble import java.util.*; public class Summing3 {