Skip to content

Commit 54ddb42

Browse files
committed
Test exclusions to find CI bug
1 parent 4d87d1c commit 54ddb42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

patterns/visualobserver/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-
// {ValidateByHand}
7+
// {ValidateByHand} --- TEST TEST TEST
88
package patterns.visualobserver;
99
import javax.swing.*;
1010
import java.awt.*;

validating/BadMicroBenchmark.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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
56
import java.util.*;
67
import onjava.Timer;
78

0 commit comments

Comments
 (0)