You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2006/07/21 02:04:48 UTC

svn commit: r424138 - /incubator/ode/scratch/pxe-iapi/jbi/src/main/java/com/fs/pxe/jbi/EndpointReferenceContextImpl.java

Author: boisvert
Date: Thu Jul 20 17:04:48 2006
New Revision: 424138

URL: http://svn.apache.org/viewvc?rev=424138&view=rev
Log:
Cleanup

Modified:
    incubator/ode/scratch/pxe-iapi/jbi/src/main/java/com/fs/pxe/jbi/EndpointReferenceContextImpl.java

Modified: incubator/ode/scratch/pxe-iapi/jbi/src/main/java/com/fs/pxe/jbi/EndpointReferenceContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/jbi/src/main/java/com/fs/pxe/jbi/EndpointReferenceContextImpl.java?rev=424138&r1=424137&r2=424138&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/jbi/src/main/java/com/fs/pxe/jbi/EndpointReferenceContextImpl.java (original)
+++ incubator/ode/scratch/pxe-iapi/jbi/src/main/java/com/fs/pxe/jbi/EndpointReferenceContextImpl.java Thu Jul 20 17:04:48 2006
@@ -108,7 +108,7 @@
   public EndpointReference convertEndpoint(QName eprType, Element element) {
     EndpointReference endpoint = EndpointFactory.convert(eprType, element);
  
-    __log.warn( "ALEX convertEndpoint: " + eprType + " " + prettyPrint( element ) );
+    __log.warn( "convertEndpoint: " + eprType + " " + prettyPrint( element ) );
     
     // Forcing JBI lookup
     return resolveEndpointReference(endpoint.toXML().getDocumentElement());