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 bcb45fa7 Javadoc bcb45fa7 is described below commit bcb45fa7be800d367d89c31b60ed9811ecb4e0e5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 9 08:40:41 2023 -0500 Javadoc --- src/main/java/org/apache/commons/net/SocketClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/SocketClient.java b/src/main/java/org/apache/commons/net/SocketClient.java index bbc46185..b74bce2b 100644 --- a/src/main/java/org/apache/commons/net/SocketClient.java +++ b/src/main/java/org/apache/commons/net/SocketClient.java @@ -459,8 +459,8 @@ public abstract class SocketClient { /** * Gets the remote socket address used for the connection. - * @return the remote socket address used for the connection * + * @return the remote socket address used for the connection * @since 3.10.0 */ protected InetSocketAddress getRemoteInetSocketAddress() {