svn commit: r700551 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/util/IoUtils.java

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r700551 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/util/IoUtils.java

by ngn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: ngn
Date: Tue Sep 30 12:03:58 2008
New Revision: 700551

URL: http://svn.apache.org/viewvc?rev=700551&view=rev
Log:
Improving Javadoc with comment on why not use commons-io for IoUtils (Thanks Andrea Francia!)

Modified:
    mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/util/IoUtils.java

Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/util/IoUtils.java
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/util/IoUtils.java?rev=700551&r1=700550&r2=700551&view=diff
==============================================================================
--- mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/util/IoUtils.java (original)
+++ mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/util/IoUtils.java Tue Sep 30 12:03:58 2008
@@ -37,6 +37,11 @@
 /**
  * IO utility methods.
  *
+ * <b>Note: Why not use commons-io?</b>
+ * While many of these utility methods are also provided by the Apache
+ * commons-io library we prefer to our own implementation to, using a external
+ * library might cause additional constraints on users embedding FtpServer.
+ *
  * @author The Apache MINA Project (dev@...)
  * @version $Rev$, $Date$
  */


LightInTheBox - Buy quality products at wholesale price!