See if this fixes the Appveyor problem

This commit is contained in:
Bruce Eckel 2017-05-03 16:02:28 -06:00
parent 73f7ebe085
commit 65edbb34be
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// We make no guarantees that this code is fit for any purpose. // We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information. // Visit http://OnJava8.com for more book information.
// Atomic classes are occasionally useful in regular code // Atomic classes are occasionally useful in regular code
// {ValidateByHand} AppVeyor CI has trouble
import java.util.concurrent.atomic.*; import java.util.concurrent.atomic.*;
public class AtomicEvenProducer extends IntGenerator { public class AtomicEvenProducer extends IntGenerator {

View File

@ -2,6 +2,7 @@
// (c)2017 MindView LLC: see Copyright.txt // (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose. // We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information. // Visit http://OnJava8.com for more book information.
// {ValidateByHand} AppVeyor CI has trouble
import java.util.concurrent.*; import java.util.concurrent.*;
import java.util.concurrent.atomic.*; import java.util.concurrent.atomic.*;
import java.util.*; import java.util.*;

View File

@ -2,6 +2,7 @@
// (c)2017 MindView LLC: see Copyright.txt // (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose. // We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information. // Visit http://OnJava8.com for more book information.
// {ValidateByHand} AppVeyor CI has trouble
import java.util.concurrent.atomic.*; import java.util.concurrent.atomic.*;
public class public class