We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d87d1c commit 54ddb42Copy full SHA for 54ddb42
patterns/visualobserver/BoxObserver.java
@@ -4,7 +4,7 @@
4
// Visit http://OnJava8.com for more book information.
5
// Demonstration of Observer pattern using
6
// Java's built-in observer classes
7
-// {ValidateByHand}
+// {ValidateByHand} --- TEST TEST TEST
8
package patterns.visualobserver;
9
import javax.swing.*;
10
import java.awt.*;
validating/BadMicroBenchmark.java
@@ -2,6 +2,7 @@
2
// (c)2017 MindView LLC: see Copyright.txt
3
// We make no guarantees that this code is fit for any purpose.
import java.util.*;
import onjava.Timer;
0 commit comments