You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by sc...@apache.org on 2005/02/25 19:05:19 UTC

svn commit: r155353 - incubator/apollo/trunk/src/java/org/apache/ws/util/jndi/tools/JndiConfigUpdater.java

Author: scamp
Date: Fri Feb 25 10:05:18 2005
New Revision: 155353

URL: http://svn.apache.org/viewcvs?view=rev&rev=155353
Log: (empty)


Modified:
    incubator/apollo/trunk/src/java/org/apache/ws/util/jndi/tools/JndiConfigUpdater.java

Modified: incubator/apollo/trunk/src/java/org/apache/ws/util/jndi/tools/JndiConfigUpdater.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/java/org/apache/ws/util/jndi/tools/JndiConfigUpdater.java?view=diff&r1=155352&r2=155353
==============================================================================
--- incubator/apollo/trunk/src/java/org/apache/ws/util/jndi/tools/JndiConfigUpdater.java (original)
+++ incubator/apollo/trunk/src/java/org/apache/ws/util/jndi/tools/JndiConfigUpdater.java Fri Feb 25 10:05:18 2005
@@ -198,7 +198,7 @@
               String name = newService.getName();
               if(services.containsKey(name))
               {
-                  System.out.println("The service named: " + name + "is being updated in the jndi-config file: " + m_jndiConfig);
+                  System.out.println("The service named: " + name + " is being updated in the jndi-config file: " + m_jndiConfig);
               }
               services.put(newService.getName(), newService );
           }



---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org