mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8242230: Whitespace typos, relaxed javadoc, formatting
Reviewed-by: darcy, igerasim
This commit is contained in:
parent
59684e10d1
commit
4c4271f283
19 changed files with 52 additions and 53 deletions
|
@ -698,8 +698,8 @@ public class MulticastSocket extends DatagramSocket {
|
|||
}
|
||||
|
||||
/**
|
||||
* Sends a datagram packet to the destination, with a TTL (time-
|
||||
* to-live) other than the default for the socket. This method
|
||||
* Sends a datagram packet to the destination, with a TTL (time-to-live)
|
||||
* other than the default for the socket. This method
|
||||
* need only be used in instances where a particular TTL is desired;
|
||||
* otherwise it is preferable to set a TTL once on the socket, and
|
||||
* use that default TTL for all packets. This method does <B>not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue