Skip to content

Commit 1ca6c92

Browse files
committed
consistency
1 parent ddb18c6 commit 1ca6c92

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

concurrency/HorseRace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//: concurrency/HorseRace.java
22
// ©2015 MindView LLC: see Copyright.txt
33
// Using CyclicBarriers.
4-
// {CheckOutputByHand}
4+
// {ValidateByHand}
55
import java.util.concurrent.*;
66
import java.util.*;
77
import static net.mindview.util.Print.*;

concurrency/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<jrun cls="FixedDiningPhilosophers" arguments="5 5 timeout" />
3434
<jrun cls="FixedThreadPool" />
3535
<jrun cls="GreenhouseScheduler" arguments="5000" />
36-
<jrun cls="HorseRace" />
3736
<jrun cls="Interrupting" />
3837
<jrun cls="Interrupting2" />
3938
<jrun cls="InterruptingIdiom" arguments="1100" />

concurrency/restaurant2/RestaurantWithQueues.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ©2015 MindView LLC: see Copyright.txt
33
// {Args: 5}
44
package concurrency.restaurant2;
5-
import enumerated.menu.*;
5+
import enums.menu.*;
66
import java.util.concurrent.*;
77
import java.util.*;
88
import static net.mindview.util.Print.*;

net/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<jrun cls="net.mindview.util.Directory" dirpath="../net/mindview/util" />
1717
<jrun cls="net.mindview.util.Hex" dirpath="../net/mindview/util" />
1818
<jrun cls="net.mindview.util.New" dirpath="../net/mindview/util" />
19-
<jrun cls="net.mindview.util.ProcessFiles" dirpath="../net/mindview/util" />
2019
<jrun cls="net.mindview.util.TextFile" dirpath="../net/mindview/util" />
2120
</target>
2221

net/mindview/util/ProcessFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//: net/mindview/util/ProcessFiles.java
22
// ©2015 MindView LLC: see Copyright.txt
3-
// {CheckOutputByHand}
3+
// {ValidateByHand}
44
package net.mindview.util;
55
import java.io.*;
66

0 commit comments

Comments
 (0)