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 ch...@apache.org on 2006/01/20 06:55:50 UTC

svn commit: r370740 - /webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java

Author: chinthaka
Date: Thu Jan 19 21:55:44 2006
New Revision: 370740

URL: http://svn.apache.org/viewcvs?rev=370740&view=rev
Log:
argh !! I've put & instead of &&

Modified:
    webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java

Modified: webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java?rev=370740&r1=370739&r2=370740&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java (original)
+++ webservices/axis2/trunk/java/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java Thu Jan 19 21:55:44 2006
@@ -123,7 +123,7 @@
             epr = messageContextOptions.getReplyTo();
             if (epr == null) {//optional
 
-                if (msgContext.getServiceContext() != null & msgContext.getServiceContext().getMyEPR() != null) {
+                if (msgContext.getServiceContext() != null && msgContext.getServiceContext().getMyEPR() != null) {
                     epr = new EndpointReference(msgContext.getServiceContext().getMyEPR());
                 } else {
                     // setting anonymous URI. Defaulting to Final.