You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2005/10/28 07:05:45 UTC

svn commit: r329099 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfigurationImpl.java

Author: ruchithf
Date: Thu Oct 27 22:05:41 2005
New Revision: 329099

URL: http://svn.apache.org/viewcvs?rev=329099&view=rev
Log:
Tiny grammar correction


Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfigurationImpl.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfigurationImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfigurationImpl.java?rev=329099&r1=329098&r2=329099&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfigurationImpl.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisConfigurationImpl.java Thu Oct 27 22:05:41 2005
@@ -226,8 +226,8 @@
         while (services.hasNext()) {
             description = (AxisService) services.next();
             if(allservices.get(description.getName().getLocalPart()) !=null){
-                throw new AxisFault("Two service can not have same name, a service with " +
-                        description.getName().getLocalPart() + " alredy exist in the system");
+                throw new AxisFault("Two services can not have the same name, a service with " +
+                        description.getName().getLocalPart() + " alredy exists in the system");
             }
         }
         services = axisServiceGroup.getServices();