jdk/src/share/classes/java/io/PipedReader.java
changeset 21334 c60dfce46a77
parent 18156 edb590d448c5
child 23010 6dadb192ad81
--- 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.