Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0213d3e

Browse files
author
Bruce Eckel
committed
Only exclude from Travis
1 parent 895e4ab commit 0213d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/BoxObserver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Visit http://OnJava8.com for more book information.
55
// Demonstration of Observer pattern using
66
// Java's built-in observer classes
7-
// !!!! CI servers have problems
7+
// {ExcludeFromTravisCI}
88
import javax.swing.*;
99
import java.awt.*;
1010
import java.awt.event.*;

0 commit comments

Comments
 (0)