You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2011/06/09 20:58:44 UTC

svn commit: r1134041 - /oodt/branches/protocol/protocol-sftp/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java

Author: bfoster
Date: Thu Jun  9 18:58:44 2011
New Revision: 1134041

URL: http://svn.apache.org/viewvc?rev=1134041&view=rev
Log:

- cleanup

---------------
OODT-194

Modified:
    oodt/branches/protocol/protocol-sftp/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java

Modified: oodt/branches/protocol/protocol-sftp/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java
URL: http://svn.apache.org/viewvc/oodt/branches/protocol/protocol-sftp/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java?rev=1134041&r1=1134040&r2=1134041&view=diff
==============================================================================
--- oodt/branches/protocol/protocol-sftp/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java (original)
+++ oodt/branches/protocol/protocol-sftp/src/test/org/apache/oodt/cas/protocol/sftp/TestJschSftpProtocol.java Thu Jun  9 18:58:44 2011
@@ -23,15 +23,18 @@ import java.util.ArrayList;
 import java.util.List;
 import java.util.concurrent.Executors;
 
+//OODT imports
 import org.apache.oodt.cas.protocol.ProtocolFile;
 import org.apache.oodt.cas.protocol.exceptions.ProtocolException;
 import org.apache.oodt.cas.protocol.sftp.auth.HostKeyAuthentication;
 
+//SshTools imports
 import com.sshtools.daemon.SshDaemon;
 import com.sshtools.daemon.configuration.XmlServerConfigurationContext;
 import com.sshtools.j2ssh.configuration.ConfigurationException;
 import com.sshtools.j2ssh.configuration.ConfigurationLoader;
 
+//JUnit imports
 import junit.framework.TestCase;
 
 /**