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);
}