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 2017/03/27 17:14:13 UTC

svn commit: r1788985 - in /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp: FTP.java FTPClient.java

Author: sebb
Date: Mon Mar 27 17:14:13 2017
New Revision: 1788985

URL: http://svn.apache.org/viewvc?rev=1788985&view=rev
Log:
Add @since markers

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java?rev=1788985&r1=1788984&r2=1788985&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java Mon Mar 27 17:14:13 2017
@@ -1707,6 +1707,7 @@ public class FTP extends SocketClient
      *      as an IOException or independently as itself.
      * @throws IOException  If an I/O error occurs while either sending the
      *      command or receiving the server reply.
+     * @since 3.7
      ***/
     public int size(String parameters) throws IOException
     {

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java?rev=1788985&r1=1788984&r2=1788985&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java Mon Mar 27 17:14:13 2017
@@ -3537,6 +3537,7 @@ implements Configurable
      *      as an IOException or independently as itself.
      * @throws IOException  If an I/O error occurs while either sending a
      *      command to the server or receiving a reply from the server.
+     * @since 3.7
      */
     public String getSize(String pathname) throws IOException
     {