You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by az...@apache.org on 2006/05/04 11:22:30 UTC

svn commit: r399630 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java

Author: azeez
Date: Thu May  4 02:22:27 2006
New Revision: 399630

URL: http://svn.apache.org/viewcvs?rev=399630&view=rev
Log:
Fixd minor grammatical errors

Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java?rev=399630&r1=399629&r2=399630&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService.java Thu May  4 02:22:27 2006
@@ -560,9 +560,9 @@
         } else {
             try {
                 String wsdlntfound = "<error>" +
-                        "<description>Unable to generate wsdl for this service</description>" +
-                        "<reason>Either user does not drop the wsdl into META-INF or" +
-                        " operations uses message receivers other than RPC.</reason>" +
+                        "<description>Unable to generate WSDL for this service</description>" +
+                        "<reason>Either user has not dropped the wsdl into META-INF or" +
+                        " operations use message receivers other than RPC.</reason>" +
                         "</error>";
                 out.write(wsdlntfound.getBytes());
                 out.flush();