Skip to content

Commit 9c671ed

Browse files
author
Bruce Eckel
committed
Remove BoxObserver from automated build
1 parent 9fef34e commit 9c671ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
// patterns/visualobserver/BoxObserver.java
1+
// patterns/BoxObserver.java
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.
55
// Demonstration of Observer pattern using
66
// Java's built-in observer classes
7-
// {java patterns.visualobserver.BoxObserver}
8-
package patterns.visualobserver;
7+
// {ValidateByHand} // CI servers have problems
98
import javax.swing.*;
109
import java.awt.*;
1110
import java.awt.event.*;

0 commit comments

Comments
 (0)