jdk/src/share/classes/java/net/DatagramSocket.java
changeset 21334 c60dfce46a77
parent 19069 1d9cb0d080e3
child 21428 e408bf58d482
--- a/jdk/src/share/classes/java/net/DatagramSocket.java	Tue Oct 22 15:11:47 2013 -0400
+++ b/jdk/src/share/classes/java/net/DatagramSocket.java	Tue Oct 22 17:02:08 2013 -0400
@@ -196,7 +196,7 @@
      * socket address.
      * <p>
      * If, if the address is {@code null}, creates an unbound socket.
-     * <p>
+     *
      * <p>If there is a security manager,
      * its {@code checkListen} method is first called
      * with the port from the socket address
@@ -1109,7 +1109,7 @@
      * represent the value of the TOS octet in IP packets sent by
      * the socket.
      * RFC 1349 defines the TOS values as follows:
-     * <p>
+     *
      * <UL>
      * <LI><CODE>IPTOS_LOWCOST (0x02)</CODE></LI>
      * <LI><CODE>IPTOS_RELIABILITY (0x04)</CODE></LI>