Author: veithen
Date: Thu May 20 18:21:47 2010
New Revision: 946742
URL: http://svn.apache.org/viewvc?rev=946742&view=rev
Log:
Fixed outdated Javadoc.
Modified:
axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/ProtocolEndpoint.java
Modified:
axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/ProtocolEndpoint.java
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/ProtocolEndpoint.java?rev=946742&r1=946741&r2=946742&view=diff
==============================================================================
---
axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/ProtocolEndpoint.java
(original)
+++
axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/ProtocolEndpoint.java
Thu May 20 18:21:47 2010
@@ -63,8 +63,8 @@ public abstract class ProtocolEndpoint {
* return <code>false</code>. An exception should only be thrown if there
is an
* error or inconsistency in the parameters.
*
- * @param params The source of the parameters to construct the
- * poll table entry. If the parameters are defined on
+ * @param params The source of the parameters to configure the
+ * endpoint. If the parameters are defined on
* a service, this will be an {...@link AxisService}
* instance.
* @return <code>true</code> if the parameters contained the required
configuration