jdk/src/share/classes/java/net/URLConnection.java
changeset 21428 e408bf58d482
parent 21278 ef8a3a2a72f2
parent 21334 c60dfce46a77
child 22119 da8b8a10483f
--- a/jdk/src/share/classes/java/net/URLConnection.java	Thu Oct 31 16:22:30 2013 -0700
+++ b/jdk/src/share/classes/java/net/URLConnection.java	Thu Oct 31 16:44:18 2013 -0700
@@ -45,7 +45,7 @@
  * application and a URL. Instances of this class can be used both to
  * read from and to write to the resource referenced by the URL. In
  * general, creating a connection to a URL is a multistep process:
- * <p>
+ *
  * <center><table border=2 summary="Describes the process of creating a connection to a URL: openConnection() and connect() over time.">
  * <tr><th>{@code openConnection()}</th>
  *     <th>{@code connect()}</th></tr>