8242230: Whitespace typos, relaxed javadoc, formatting

Reviewed-by: darcy, igerasim
This commit is contained in:
Pavel Rappo 2020-04-08 11:16:56 +01:00
parent 59684e10d1
commit 4c4271f283
19 changed files with 52 additions and 53 deletions

View file

@ -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