Author: sebb
Date: Wed Mar 23 15:42:44 2011
New Revision: 1084617

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

Modified:
    
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java

Modified: 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java?rev=1084617&r1=1084616&r2=1084617&view=diff
==============================================================================
--- 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
 (original)
+++ 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
 Wed Mar 23 15:42:44 2011
@@ -115,7 +115,7 @@ public class FTPSClient extends FTPClien
      * Constructor for FTPSClient allowing specification of protocol
      * and security mode. If isImplicit is true, the port is set to
      * {@link #DEFAULT_FTPS_PORT} i.e. 990.
-     * 
+     *
      * @param protocol the protocol
      * @param isImplicit The security mode(Implicit/Explicit).
      */
@@ -124,7 +124,7 @@ public class FTPSClient extends FTPClien
         this.protocol = protocol;
         this.isImplicit = isImplicit;
         if (isImplicit) {
-            setDefaultPort(DEFAULT_FTPS_PORT);            
+            setDefaultPort(DEFAULT_FTPS_PORT);
         }
     }
 
@@ -141,7 +141,7 @@ public class FTPSClient extends FTPClien
     /**
      * Constructor for FTPSClient, using {@link #DEFAULT_PROTOCOL} - i.e. TLS
      * and isImplicit {@code false}
-     * 
+     *
      * @param context A pre-configured SSL Context
      */
     public FTPSClient(SSLContext context) {


Reply via email to