Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6527053

Typo in ServerSocket constructor & bind

XMLWordPrintable

    • b12
    • generic
    • generic
    • Not verified

      Typo in the following:

       * <P>The <code>backlog</code> argument must be a positive
       * value greater than 0. If the value passed *if* equal or less
       * than 0, then the default value will be assumed.
       .....
       ServerSocket(int port, int backlog, InetAddress bindAddr)

       * The <code>backlog</code> argument must be a positive
       * value greater than 0. If the value passed *if* equal or less
       * than 0, then the default value will be assumed.
        void bind(SocketAddress endpoint, int backlog)

            chegar Chris Hegarty
            chegar Chris Hegarty
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: