This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/1.2.X by this push:
new e7abe891 Remove extra whitespace
e7abe891 is described below
commit e7abe8915658333baffc753761f33f9f36a3c69a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 4 07:40:10 2022 -0500
Remove extra whitespace
---
core/src/main/java/org/apache/ftpserver/impl/FtpIoSession.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/src/main/java/org/apache/ftpserver/impl/FtpIoSession.java
b/core/src/main/java/org/apache/ftpserver/impl/FtpIoSession.java
index c09bf576..364e4bee 100644
--- a/core/src/main/java/org/apache/ftpserver/impl/FtpIoSession.java
+++ b/core/src/main/java/org/apache/ftpserver/impl/FtpIoSession.java
@@ -748,7 +748,6 @@ public class FtpIoSession implements IoSession {
public void updateLastAccessTime() {
setAttribute(ATTRIBUTE_LAST_ACCESS_TIME, new Date());
-
}
/**