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 7e12be77 Javadoc 7e12be77 is described below commit 7e12be77bbb36bfe3eb5a67000d222bc351ef015 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 16 18:08:18 2024 -0400 Javadoc --- src/main/java/org/apache/commons/net/bsd/RCommandClient.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/net/bsd/RCommandClient.java b/src/main/java/org/apache/commons/net/bsd/RCommandClient.java index 0f664b93..2006e9da 100644 --- a/src/main/java/org/apache/commons/net/bsd/RCommandClient.java +++ b/src/main/java/org/apache/commons/net/bsd/RCommandClient.java @@ -214,8 +214,9 @@ public class RCommandClient extends RExecClient { super.connect(hostname, port, localAddr, localPort); } - // Overrides method in RExecClient in order to implement proper - // port number limitations. + /** + * Overrides method in RExecClient in order to implement proper port number limitations. + */ @Override InputStream createErrorStream() throws IOException { final Socket socket;