2005-10-11 Audrius Meskauskas  <[EMAIL PROTECTED]>

* examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java (main):
Message removed from the loop.
Index: examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java,v
retrieving revision 1.3
diff -u -r1.3 Demo.java
--- examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java 10 Oct 
2005 22:52:40 -0000      1.3
+++ examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java 10 Oct 
2005 23:00:46 -0000
@@ -76,9 +76,9 @@
       }
     }.start();
 
+    System.out.print("Waiting for the server to start ");
     while (!ior.exists())
       {
-        System.out.print("Waiting for for the server to start ");
         // Pause some time for the server to start.
         try
           {
@@ -90,6 +90,7 @@
         System.out.print(".");
       }
     System.out.println("ok.");
+    System.out.println();    
 
     // Test the stream oriented communication.
     DirectTest.main(args);
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to