Test exclusions to find CI bug
This commit is contained in:
parent
4d87d1c720
commit
54ddb4208a
@ -4,7 +4,7 @@
|
|||||||
// Visit http://OnJava8.com for more book information.
|
// Visit http://OnJava8.com for more book information.
|
||||||
// Demonstration of Observer pattern using
|
// Demonstration of Observer pattern using
|
||||||
// Java's built-in observer classes
|
// Java's built-in observer classes
|
||||||
// {ValidateByHand}
|
// {ValidateByHand} --- TEST TEST TEST
|
||||||
package patterns.visualobserver;
|
package patterns.visualobserver;
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// (c)2017 MindView LLC: see Copyright.txt
|
// (c)2017 MindView LLC: see Copyright.txt
|
||||||
// We make no guarantees that this code is fit for any purpose.
|
// We make no guarantees that this code is fit for any purpose.
|
||||||
// Visit http://OnJava8.com for more book information.
|
// Visit http://OnJava8.com for more book information.
|
||||||
|
// {ValidateByHand} --- TEST TEST TEST
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import onjava.Timer;
|
import onjava.Timer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user