< prev index next >

application/uitests/org.openjdk.jmc.console.uitest/src/test/java/org/openjdk/jmc/console/uitest/mbeanhelpers/TestRunner.java

Print this page

        

@@ -56,11 +56,11 @@
         }
 
         public void stopRunning() {
                 loopRun(false);
                 runLast();
-                System.out.println("Stopping " + this.getClass().getName()); //$NON-NLS-1$
+                System.out.println("Stopping " + this.getClass().getName());
         }
 
         public void setArgs(String[] args) {
                 this.args = args;
         }

@@ -78,11 +78,11 @@
                 return initied;
         }
 
         @Override
         public void run() {
-                System.out.println("Starting " + this.getClass().getName()); //$NON-NLS-1$
+                System.out.println("Starting " + this.getClass().getName());
                 runFirst();
                 while (loopRun) {
                         runLoop();
                         try {
                                 Thread.sleep(500);
< prev index next >