Skip to content

Commit 3e6025f

Browse files
committed
Discovered issue with Travis CI
1 parent 54ddb42 commit 3e6025f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

patterns/visualobserver/BoxObserver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// Visit http://OnJava8.com for more book information.
55
// Demonstration of Observer pattern using
66
// Java's built-in observer classes
7-
// {ValidateByHand} --- TEST TEST TEST
87
package patterns.visualobserver;
98
import javax.swing.*;
109
import java.awt.*;

validating/BadMicroBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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} --- TEST TEST TEST
5+
// {ValidateByHand}
66
import java.util.*;
77
import onjava.Timer;
88

0 commit comments

Comments
 (0)