Author: sebb
Date: Thu Mar 17 12:45:05 2011
New Revision: 1082468
URL: http://svn.apache.org/viewvc?rev=1082468&view=rev
Log:
Javadoc
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ProtocolCommandSupport.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ProtocolCommandSupport.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ProtocolCommandSupport.java?rev=1082468&r1=1082467&r2=1082468&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ProtocolCommandSupport.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ProtocolCommandSupport.java
Thu Mar 17 12:45:05 2011
@@ -42,8 +42,8 @@ public class ProtocolCommandSupport impl
private final ListenerList __listeners;
/***
- * Creates a ProtocolCommandSupport instant using the indicated source
- * as the source of fired ProtocolCommandEvents.
+ * Creates a ProtocolCommandSupport instance using the indicated source
+ * as the source of ProtocolCommandEvents.
* <p>
* @param source The source to use for all generated
ProtocolCommandEvents.
***/