You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2013/08/12 00:16:10 UTC

[15/50] [abbrv] git commit: Javadoc

Javadoc

git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/trunk@1129760 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/commit/03b260ea
Tree: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/tree/03b260ea
Diff: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/diff/03b260ea

Branch: refs/heads/trunk
Commit: 03b260ea7cd64352e3bf10b9d972e525522c6970
Parents: 0ccd7f0
Author: Sebastian Bazley <se...@apache.org>
Authored: Tue May 31 15:31:24 2011 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Tue May 31 15:31:24 2011 +0000

----------------------------------------------------------------------
 core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-ftpserver/blob/03b260ea/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java b/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java
index 7ca881f..7926178 100644
--- a/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java
+++ b/core/src/main/java/org/apache/ftpserver/impl/PassivePorts.java
@@ -55,7 +55,7 @@ public class PassivePorts {
      *            123,124,125) or ranges of ports, including open ended ranges
      *            (e.g. 123-125, 30000-, -1023). Combinations for single ports
      *            and ranges is also supported.
-     * @return An instance of {@link PassivePorts} based on the parsed string
+     * @return An int[] array based on the parsed string
      * @throws IllegalArgumentException
      *             If any of of the ports in the string is invalid (e.g. not an
      *             integer or too large for a port number)