--- a/jdk/src/share/classes/java/io/PipedReader.java Tue Oct 22 15:11:47 2013 -0400
+++ b/jdk/src/share/classes/java/io/PipedReader.java Tue Oct 22 17:02:08 2013 -0400
@@ -145,15 +145,14 @@
* unconnected piped writer and <code>snk</code>
* is an unconnected piped reader, they
* may be connected by either the call:
- * <p>
+ *
* <pre><code>snk.connect(src)</code> </pre>
* <p>
* or the call:
- * <p>
+ *
* <pre><code>src.connect(snk)</code> </pre>
* <p>
- * The two
- * calls have the same effect.
+ * The two calls have the same effect.
*
* @param src The piped writer to connect to.
* @exception IOException if an I/O error occurs.