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 e1cb451e Javadoc
e1cb451e is described below
commit e1cb451e7c24760037c7123e623482d3303aebfd
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Oct 7 08:49:02 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/net/ftp/FTPClient.java | 2 +-
src/main/java/org/apache/commons/net/ftp/FTPCommand.java | 2 +-
src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java | 2 +-
.../apache/commons/net/ftp/parser/ParserInitializationException.java | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
index 8560d004..7b375430 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -1819,7 +1819,7 @@ public class FTPClient extends FTP implements
Configurable {
*
* @return the name
* @throws IOException on error
- * @deprecated use {@link #getSystemType()} instead
+ * @deprecated Use {@link #getSystemType()} instead
*/
@Deprecated
public String getSystemName() throws IOException {
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
b/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
index bf13c6c3..4fde0f88 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
@@ -22,7 +22,7 @@ package org.apache.commons.net.ftp;
* names are transcriptions from the code descriptions of RFC 959. For those
who think in terms of the actual FTP commands, a set of constants such as
* {@link #USER USER} are provided where the constant name is the same as the
FTP command.
*
- * @deprecated use {@link FTPCmd} instead
+ * @deprecated Use {@link FTPCmd} instead
*/
@Deprecated
public final class FTPCommand {
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 265f063d..33d8bb46 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPListParseEngine.java
@@ -251,7 +251,7 @@ public class FTPListParseEngine {
*
* @param inputStream the stream from which to read
* @throws IOException on error
- * @deprecated use {@link #readServerList(InputStream, String)} instead
+ * @deprecated Use {@link #readServerList(InputStream, String)} instead
*/
@Deprecated
public void readServerList(final InputStream inputStream) throws
IOException {
diff --git
a/src/main/java/org/apache/commons/net/ftp/parser/ParserInitializationException.java
b/src/main/java/org/apache/commons/net/ftp/parser/ParserInitializationException.java
index e84a8fe2..d50136fc 100644
---
a/src/main/java/org/apache/commons/net/ftp/parser/ParserInitializationException.java
+++
b/src/main/java/org/apache/commons/net/ftp/parser/ParserInitializationException.java
@@ -47,7 +47,7 @@ public class ParserInitializationException extends
RuntimeException {
* Gets the root cause of this exception or null if no root cause was
specified.
*
* @return the root cause of this exception being thrown
- * @deprecated use {@link #getCause()} instead
+ * @deprecated Use {@link #getCause()} instead
*/
@Deprecated
public Throwable getRootCause() {