oifayulian / sipme-media-server

Automatically exported from code.google.com/p/sipme-media-server
0 stars 1 forks source link

UdpManager getHighestPort() bug #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
replace used with unused

Original comment by sean.hay...@bsgclearing.com on 23 Aug 2013 at 4:36

GoogleCodeExporter commented 8 years ago
Resolved by revision  110635cae8e7

Original comment by oifa.yul...@gmail.com on 25 Nov 2013 at 7:48