It's an used accessor at this point, but might as well correct it.
/**
* Gets the upper boundary of available range.
* @retun min port number
*/
public int getHighestPort() {
return portManager.getLowestPort();
}
Original issue reported on code.google.com by sean.hay...@bsgclearing.com on 23 Aug 2013 at 4:22
Original issue reported on code.google.com by
sean.hay...@bsgclearing.com
on 23 Aug 2013 at 4:22