noushadali / mediaserver

Automatically exported from code.google.com/p/mediaserver
0 stars 0 forks source link

UdpManager getHighestPort() bug #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It's an unused 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:23