test/sun/management/jdp/JdpDoSomething.java

Print this page
rev 8717 : 8014506: Test of Jdp feature
Reviewed-by:
Contributed-by: Alex Schenkman <alex.schenkman@oracle.com>

@@ -32,11 +32,11 @@
 public class JdpDoSomething {
 
     private static final String lockFileName = "JdpDoSomething.lck";
     private static final boolean verbose = false;
 
-    public static boolean getVerbose(){
+    public static boolean getVerbose() {
         return verbose;
     }
 
     public static void printJdpPacket(JdpJmxPacket p) {
         if (getVerbose()) {