Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/trunk@1129760 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sebbASF committed May 31, 2011
1 parent 0ccd7f0 commit 03b260e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 03b260e

Please sign in to comment.