classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Removing message from the loop in the CORBA example.


From: Meskauskas Audrius
Subject: [cp-patches] FYI: Removing message from the loop in the CORBA example.
Date: Tue, 11 Oct 2005 01:04:05 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

2005-10-11 Audrius Meskauskas  <address@hidden>

* 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);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]