Remove {ValidateByHand} to test on Travis CI

This commit is contained in:
Bruce Eckel 2017-05-04 10:25:43 -06:00
parent af43fbb91a
commit ec7fed43ed
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
// When threads collide
// {ValidateByHand}
public class EvenProducer extends IntGenerator {
private int currentEvenValue = 0;

View File

@ -2,7 +2,6 @@
// (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}
// {ThrowsException}
import java.util.concurrent.*;

View File

@ -2,7 +2,6 @@
// (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}
// {ThrowsException}
import java.util.concurrent.*;