lowlevel is now excluded from Appveyor
This commit is contained in:
parent
80022e09bd
commit
af43fbb91a
@ -21,7 +21,7 @@ public class MapOfList {
|
||||
petPeople.put(new Person("Marilyn"),
|
||||
Arrays.asList(
|
||||
new Pug("Louie aka Louis Snorkelstein Dupree"),
|
||||
new Cat("Stanford aka Stinky el Negro"),
|
||||
new Cat("Stanford"),
|
||||
new Cat("Pinkola")));
|
||||
petPeople.put(new Person("Luke"),
|
||||
Arrays.asList(new Rat("Fuzzy"), new Rat("Fizzy")));
|
||||
@ -43,8 +43,8 @@ People: [Person Dawn, Person Kate, Person Isaac, Person
|
||||
Marilyn, Person Luke]
|
||||
Pets: [[Cymric Molly, Mutt Spot], [Cat Shackleton, Cat
|
||||
Elsie May, Dog Margrett], [Rat Freckly], [Pug Louie aka
|
||||
Louis Snorkelstein Dupree, Cat Stanford aka Stinky el
|
||||
Negro, Cat Pinkola], [Rat Fuzzy, Rat Fizzy]]
|
||||
Louis Snorkelstein Dupree, Cat Stanford, Cat Pinkola],
|
||||
[Rat Fuzzy, Rat Fizzy]]
|
||||
Person Dawn has:
|
||||
Cymric Molly
|
||||
Mutt Spot
|
||||
@ -56,7 +56,7 @@ Person Isaac has:
|
||||
Rat Freckly
|
||||
Person Marilyn has:
|
||||
Pug Louie aka Louis Snorkelstein Dupree
|
||||
Cat Stanford aka Stinky el Negro
|
||||
Cat Stanford
|
||||
Cat Pinkola
|
||||
Person Luke has:
|
||||
Rat Fuzzy
|
||||
|
@ -20,7 +20,7 @@ public class IndividualTest {
|
||||
Cat Elsie May
|
||||
Cat Pinkola
|
||||
Cat Shackleton
|
||||
Cat Stanford aka Stinky el Negro
|
||||
Cat Stanford
|
||||
Cymric Molly
|
||||
Dog Margrett
|
||||
Mutt Spot
|
||||
|
@ -3,7 +3,6 @@
|
||||
// We make no guarantees that this code is fit for any purpose.
|
||||
// Visit http://OnJava8.com for more book information.
|
||||
// Atomic classes are occasionally useful in regular code
|
||||
// {ValidateByHand} AppVeyor CI has trouble
|
||||
import java.util.concurrent.atomic.*;
|
||||
|
||||
public class AtomicEvenProducer extends IntGenerator {
|
||||
|
@ -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} AppVeyor CI has trouble
|
||||
import java.util.concurrent.*;
|
||||
import java.util.concurrent.atomic.*;
|
||||
import java.util.*;
|
||||
|
@ -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} AppVeyor CI has trouble
|
||||
import java.util.concurrent.atomic.*;
|
||||
|
||||
public class
|
||||
|
@ -4,7 +4,6 @@
|
||||
// Visit http://OnJava8.com for more book information.
|
||||
// Locks in the concurrent library allow you
|
||||
// to give up on trying to acquire a lock
|
||||
// {ValidateByHand} AppVeyor CI has trouble
|
||||
import java.util.concurrent.*;
|
||||
import java.util.concurrent.locks.*;
|
||||
import onjava.Nap;
|
||||
|
@ -4,7 +4,6 @@
|
||||
// Visit http://OnJava8.com for more book information.
|
||||
// Synchronizing blocks instead of entire methods
|
||||
// speeds up access.
|
||||
// {ValidateByHand} AppVeyor CI has trouble
|
||||
import java.util.*;
|
||||
import java.util.stream.*;
|
||||
import java.util.concurrent.*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user