You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2013/02/12 22:22:17 UTC

svn commit: r1445391 - /axis/axis2/java/core/branches/1_6/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/util/LifecycleFixTransportListenerProxy.java

Author: veithen
Date: Tue Feb 12 21:22:17 2013
New Revision: 1445391

URL: http://svn.apache.org/r1445391
Log:
AXIS2-5434: Removed r1351245 from the 1.6 branch. The change is only applicable to 1.7.

Modified:
    axis/axis2/java/core/branches/1_6/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/util/LifecycleFixTransportListenerProxy.java

Modified: axis/axis2/java/core/branches/1_6/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/util/LifecycleFixTransportListenerProxy.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/util/LifecycleFixTransportListenerProxy.java?rev=1445391&r1=1445390&r2=1445391&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/util/LifecycleFixTransportListenerProxy.java (original)
+++ axis/axis2/java/core/branches/1_6/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/util/LifecycleFixTransportListenerProxy.java Tue Feb 12 21:22:17 2013
@@ -41,9 +41,9 @@ public class LifecycleFixTransportListen
     }
 
     @SuppressWarnings("deprecation")
-    public EndpointReference[] getEPRForService(String arg0, String arg1)
+    public EndpointReference getEPRForService(String arg0, String arg1)
             throws AxisFault {
-        return target.getEPRsForService(arg0, arg1);
+        return target.getEPRForService(arg0, arg1);
     }
 
     public EndpointReference[] getEPRsForService(String arg0, String arg1)