mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8039172: Tidy warnings cleanup for java.net, java.math, java.time, java.rmi
Reviewed-by: alanb, lancea
This commit is contained in:
parent
52c87adff4
commit
60be1bfa24
15 changed files with 25 additions and 27 deletions
|
@ -157,7 +157,6 @@ class ServerSocket implements java.io.Closeable {
|
|||
* or may choose to ignore the parameter altogther. The value provided
|
||||
* should be greater than {@code 0}. If it is less than or equal to
|
||||
* {@code 0}, then an implementation specific default will be used.
|
||||
* <P>
|
||||
*
|
||||
* @param port the port number, or {@code 0} to use a port
|
||||
* number that is automatically allocated.
|
||||
|
@ -206,7 +205,7 @@ class ServerSocket implements java.io.Closeable {
|
|||
* or may choose to ignore the parameter altogther. The value provided
|
||||
* should be greater than {@code 0}. If it is less than or equal to
|
||||
* {@code 0}, then an implementation specific default will be used.
|
||||
* <P>
|
||||
*
|
||||
* @param port the port number, or {@code 0} to use a port
|
||||
* number that is automatically allocated.
|
||||
* @param backlog requested maximum length of the queue of incoming
|
||||
|
@ -315,7 +314,7 @@ class ServerSocket implements java.io.Closeable {
|
|||
* <p>
|
||||
* If the address is {@code null}, then the system will pick up
|
||||
* an ephemeral port and a valid local address to bind the socket.
|
||||
* <p>
|
||||
*
|
||||
* @param endpoint The IP address and port number to bind to.
|
||||
* @throws IOException if the bind operation fails, or if the socket
|
||||
* is already bound.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue