Skip to content

Commit 65edbb3

Browse files
author
Bruce Eckel
committed
See if this fixes the Appveyor problem
1 parent 73f7ebe commit 65edbb3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lowlevel/AtomicEvenProducer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
55
// Atomic classes are occasionally useful in regular code
6+
// {ValidateByHand} AppVeyor CI has trouble
67
import java.util.concurrent.atomic.*;
78

89
public class AtomicEvenProducer extends IntGenerator {

lowlevel/AtomicIntegerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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} AppVeyor CI has trouble
56
import java.util.concurrent.*;
67
import java.util.concurrent.atomic.*;
78
import java.util.*;

lowlevel/AtomicSerialNumbers.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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} AppVeyor CI has trouble
56
import java.util.concurrent.atomic.*;
67

78
public class

0 commit comments

Comments
 (0)