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
The following commit(s) were added to refs/heads/master by this push:
new 07671b5f Remove obsolete comment
07671b5f is described below
commit 07671b5f681eb6f01cc1573facb9dd4cb763b4ae
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 10 11:08:02 2023 -0500
Remove obsolete comment
---
src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
b/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
index 75e37403..180b2917 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
@@ -274,8 +274,6 @@ public class FTPListParseEngine {
resetIterator();
}
- // DEPRECATED METHODS - for API compatibility only - DO NOT USE
-
/**
* resets this object's internal iterator to the beginning of the list.
*/