src/share/classes/java/net/AbstractPlainSocketImpl.java

Print this page

        

@@ -366,11 +366,11 @@
     }
 
     /**
      * Binds the socket to the specified address of the specified local port.
      * @param address the address
-     * @param port the port
+     * @param lport the port
      */
     protected synchronized void bind(InetAddress address, int lport)
         throws IOException
     {
        synchronized (fdLock) {