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 e843ff44 Javadoc
e843ff44 is described below
commit e843ff441cd2e836c499b299024a6ca3c2a61a05
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 23 10:56:39 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/net/ftp/FTPSClient.java | 2 +-
src/main/java/org/apache/commons/net/pop3/POP3SClient.java | 2 +-
src/main/java/org/apache/commons/net/smtp/SMTPSClient.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
b/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
index fa40e199..1de16002 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
@@ -732,7 +732,7 @@ public class FTPSClient extends FTPClient {
}
/**
- * Return whether or not endpoint identification using the HTTPS algorithm
on Java 1.7+ is enabled. The default behavior is for this to be disabled.
+ * Tests whether or not endpoint identification using the HTTPS algorithm
on Java 1.7+ is enabled. The default behavior is for this to be disabled.
*
* This check is only performed on client mode connections.
*
diff --git a/src/main/java/org/apache/commons/net/pop3/POP3SClient.java
b/src/main/java/org/apache/commons/net/pop3/POP3SClient.java
index bb10a2a3..87e557fb 100644
--- a/src/main/java/org/apache/commons/net/pop3/POP3SClient.java
+++ b/src/main/java/org/apache/commons/net/pop3/POP3SClient.java
@@ -254,7 +254,7 @@ public class POP3SClient extends POP3Client {
}
/**
- * Return whether or not endpoint identification using the HTTPS algorithm
on Java 1.7+ is enabled. The default behavior is for this to be disabled.
+ * Tests whether or not endpoint identification using the HTTPS algorithm
on Java 1.7+ is enabled. The default behavior is for this to be disabled.
*
* @return True if enabled, false if not.
* @since 3.4
diff --git a/src/main/java/org/apache/commons/net/smtp/SMTPSClient.java
b/src/main/java/org/apache/commons/net/smtp/SMTPSClient.java
index b73d873e..ead312c9 100644
--- a/src/main/java/org/apache/commons/net/smtp/SMTPSClient.java
+++ b/src/main/java/org/apache/commons/net/smtp/SMTPSClient.java
@@ -264,7 +264,7 @@ public class SMTPSClient extends SMTPClient {
}
/**
- * Return whether or not endpoint identification using the HTTPS algorithm
on Java 1.7+ is enabled. The default behavior is for this to be disabled.
+ * Tests whether or not endpoint identification using the HTTPS algorithm
on Java 1.7+ is enabled. The default behavior is for this to be disabled.
*
* @return True if enabled, false if not.
* @since 3.4