Skip to content

Commit ec7fed4

Browse files
author
Bruce Eckel
committed
Remove {ValidateByHand} to test on Travis CI
1 parent af43fbb commit ec7fed4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lowlevel/EvenProducer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
55
// When threads collide
6-
// {ValidateByHand}
76

87
public class EvenProducer extends IntGenerator {
98
private int currentEvenValue = 0;

lowlevel/ExceptionThread.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-
// {ValidateByHand}
65
// {ThrowsException}
76
import java.util.concurrent.*;
87

lowlevel/NaiveExceptionHandling.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-
// {ValidateByHand}
65
// {ThrowsException}
76
import java.util.concurrent.*;
87

0 commit comments

Comments
 (0)