Discovered issue with Travis CI

This commit is contained in:
Bruce Eckel 2017-01-13 07:03:17 -08:00
parent 54ddb4208a
commit 3e6025f135
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
// Visit http://OnJava8.com for more book information.
// Demonstration of Observer pattern using
// Java's built-in observer classes
// {ValidateByHand} --- TEST TEST TEST
package patterns.visualobserver;
import javax.swing.*;
import java.awt.*;

View File

@ -2,7 +2,7 @@
// (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} --- TEST TEST TEST
// {ValidateByHand}
import java.util.*;
import onjava.Timer;