You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/20 10:55:18 UTC

[commons-net] branch master updated: Javadoc fixes

This is an automated email from the ASF dual-hosted git repository.

sebb 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 854d9d2  Javadoc fixes
854d9d2 is described below

commit 854d9d233f5ee24d8eb6d95c07f54c213facb677
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 20 11:55:09 2020 +0100

    Javadoc fixes
---
 src/main/java/org/apache/commons/net/ftp/FTPClient.java |  4 ++--
 src/main/java/org/apache/commons/net/nntp/NNTP.java     | 12 ++++++++++++
 2 files changed, 14 insertions(+), 2 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 2d39885..5bb6f31 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -3476,7 +3476,7 @@ implements Configurable
      * Initiate list parsing for MLSD listings in the current working directory.
      *     
      * @return the engine
-     * @throws IOException
+     * @throws IOException on error
      */
     public FTPListParseEngine initiateMListParsing() throws IOException
     {
@@ -3488,7 +3488,7 @@ implements Configurable
      *
      * @param pathname the path from where to MLSD.
      * @return the engine.
-     * @throws IOException
+     * @throws IOException on error
      */
     public FTPListParseEngine initiateMListParsing(String pathname) throws IOException
     {
diff --git a/src/main/java/org/apache/commons/net/nntp/NNTP.java b/src/main/java/org/apache/commons/net/nntp/NNTP.java
index d08106e..bc36ea0 100644
--- a/src/main/java/org/apache/commons/net/nntp/NNTP.java
+++ b/src/main/java/org/apache/commons/net/nntp/NNTP.java
@@ -986,6 +986,9 @@ public class NNTP extends SocketClient
     // DEPRECATED METHODS - for API compatibility only - DO NOT USE
 
     /**
+     * @param a article number
+     * @return number
+     * @throws IOException on error
      * @deprecated - for API compatibility only - DO NOT USE
      */
     @Deprecated
@@ -995,6 +998,9 @@ public class NNTP extends SocketClient
     }
 
     /**
+     * @param a article number
+     * @return number
+     * @throws IOException on error
      * @deprecated - for API compatibility only - DO NOT USE
      */
     @Deprecated
@@ -1004,6 +1010,9 @@ public class NNTP extends SocketClient
     }
 
     /**
+     * @param a article number
+     * @return number
+     * @throws IOException on error
      * @deprecated - for API compatibility only - DO NOT USE
      */
     @Deprecated
@@ -1013,6 +1022,9 @@ public class NNTP extends SocketClient
     }
 
     /**
+     * @param a article number
+     * @return number
+     * @throws IOException on error
      * @deprecated - for API compatibility only - DO NOT USE
      */
     @Deprecated