Author: sebb
Date: Tue Mar 15 18:32:51 2011
New Revision: 1081890

URL: http://svn.apache.org/viewvc?rev=1081890&view=rev
Log:
Unused import

Modified:
    commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java

Modified: 
commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java?rev=1081890&r1=1081889&r2=1081890&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java 
(original)
+++ commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java 
Tue Mar 15 18:32:51 2011
@@ -34,8 +34,6 @@ import org.apache.commons.net.ftp.FTPRep
 import org.apache.commons.net.io.CopyStreamEvent;
 import org.apache.commons.net.io.CopyStreamListener;
 
-import sun.reflect.ReflectionFactory.GetReflectionFactoryAction;
-
 /***
  * This is an example program demonstrating how to use the FTPClient class.
  * This program connects to an FTP server and retrieves the specified


Reply via email to