You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2007/06/29 03:48:38 UTC

svn commit: r551749 - /incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java

Author: ningjiang
Date: Thu Jun 28 18:48:37 2007
New Revision: 551749

URL: http://svn.apache.org/viewvc?view=rev&rev=551749
Log:
Fixed a @return error of last commit

Modified:
    incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java

Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java?view=diff&rev=551749&r1=551748&r2=551749
==============================================================================
--- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java (original)
+++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java Thu Jun 28 18:48:37 2007
@@ -50,8 +50,7 @@
      * Set the destionation's message observer which is created by using the endpoint to
      * listen the incoming message
      * @param d the destination that will be set the MessageObserver 
-     * @param e the endpoint to build up the MessageObserver
-     * @return the BindingInfo object 
+     * @param e the endpoint to build up the MessageObserver      
      */
     void addListener(Destination d, Endpoint e);
 }