You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2006/03/05 17:42:45 UTC

svn commit: r383351 - /webservices/commons/modules/axiom/src/org/apache/ws/commons/soap/SOAP12Constants.java

Author: dims
Date: Sun Mar  5 08:42:43 2006
New Revision: 383351

URL: http://svn.apache.org/viewcvs?rev=383351&view=rev
Log:
fix typo

Modified:
    webservices/commons/modules/axiom/src/org/apache/ws/commons/soap/SOAP12Constants.java

Modified: webservices/commons/modules/axiom/src/org/apache/ws/commons/soap/SOAP12Constants.java
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/axiom/src/org/apache/ws/commons/soap/SOAP12Constants.java?rev=383351&r1=383350&r2=383351&view=diff
==============================================================================
--- webservices/commons/modules/axiom/src/org/apache/ws/commons/soap/SOAP12Constants.java (original)
+++ webservices/commons/modules/axiom/src/org/apache/ws/commons/soap/SOAP12Constants.java Sun Mar  5 08:42:43 2006
@@ -64,7 +64,7 @@
     public static final String FAULT_CODE_RECEIVER = "Receiver";
 
     public static final String SOAP_ROLE_NEXT = "http://www.w3.org/2003/05/soap-envelope/role/next";
-    public static final String SOAP_ROLE_NONE = "http://www.w3.org/2003/05/soap-envelope/role/next";
+    public static final String SOAP_ROLE_NONE = "http://www.w3.org/2003/05/soap-envelope/role/none";
     public static final String SOAP_ROLE_ULTIMATE_RECEIVER = "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver";
     
 }