You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by df...@apache.org on 2005/02/09 21:21:20 UTC

svn commit: r153114 - in jakarta/commons/proper/net/trunk: src/java/org/apache/commons/net/ftp/FTP.java xdocs/changes.xml

Author: dfs
Date: Wed Feb  9 12:21:16 2005
New Revision: 153114

URL: http://svn.apache.org/viewcvs?view=rev&rev=153114
Log:
Fixed typo in method name.  FTP.removeCommandListener was missing the
L.  Problem reported by Per.Lindberger@linkon.se.

Modified:
    jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTP.java
    jakarta/commons/proper/net/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTP.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTP.java?view=diff&r1=153113&r2=153114
==============================================================================
--- jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTP.java (original)
+++ jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTP.java Wed Feb  9 12:21:16 2005
@@ -374,7 +374,7 @@
      * <p>
      * @param listener  The ProtocolCommandListener to remove.
      ***/
-    public void removeProtocolCommandistener(ProtocolCommandListener listener)
+    public void removeProtocolCommandListener(ProtocolCommandListener listener)
     {
         _commandSupport_.removeProtocolCommandListener(listener);
     }

Modified: jakarta/commons/proper/net/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/net/trunk/xdocs/changes.xml?view=diff&r1=153113&r2=153114
==============================================================================
--- jakarta/commons/proper/net/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/net/trunk/xdocs/changes.xml Wed Feb  9 12:21:16 2005
@@ -21,6 +21,15 @@
 	</properties>
 
 	<body>
+		<release version="1.3.x" date="February 9, 2005"
+                         description="fixes">
+			<action dev="dfs" type="fix">
+				Fixed typo in method name.
+				FTP.removeCommandListener was missing
+				the L.  Problem reported by
+				Per.Lindberger@linkon.se.
+			</action>
+                </release>
 		<release version="1.3.0" date="December 15, 2004" description="many fixes and enhancements">
 			<action dev="rwinston" type="fix">
 				Applied patch for PR 31793. Thanks to &lt;mario@ops.co.at&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org