Skip to content

Commit aea95a4

Browse files
author
Bruce Eckel
committed
Test CI 2
1 parent 71fd749 commit aea95a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

concurrent/Summing3.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
5-
// !!!! CI has trouble
65
import java.util.*;
76

87
public class Summing3 {

concurrent/Summing4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
5-
// {ValidateByHand} CI has trouble
5+
// !!!!
66
import java.util.*;
77

88
public class Summing4 {

0 commit comments

Comments
 (0)