This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git

commit 24e7f0fdf17c6b883b05e15bf79ce3769f731f9c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 14 11:00:33 2020 -0400

    Trailing spaces.
---
 src/main/java/org/apache/commons/net/ftp/FTPSServerSocketFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/net/ftp/FTPSServerSocketFactory.java 
b/src/main/java/org/apache/commons/net/ftp/FTPSServerSocketFactory.java
index 85e82b5..46ad641 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPSServerSocketFactory.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPSServerSocketFactory.java
@@ -28,7 +28,7 @@ import javax.net.ssl.SSLServerSocketFactory;
 
 /**
  * Server socket factory for FTPS connections.
- * 
+ *
  * @since 2.2
  */
 public class FTPSServerSocketFactory extends ServerSocketFactory {
@@ -38,7 +38,7 @@ public class FTPSServerSocketFactory extends 
ServerSocketFactory {
 
     /**
      * Constructs a new instance for the given SSL context.
-     * 
+     *
      * @param sslContext The SSL context.
      */
     public FTPSServerSocketFactory(final SSLContext sslContext) {

Reply via email to