jdk/src/share/classes/java/io/FileOutputStream.java
changeset 18786 52a2658627c2
parent 17430 c445531b8f6b
child 22945 89dd803515d8
--- a/jdk/src/share/classes/java/io/FileOutputStream.java	Mon Jul 08 11:30:44 2013 +0200
+++ b/jdk/src/share/classes/java/io/FileOutputStream.java	Mon Jul 08 19:24:22 2013 -0700
@@ -358,10 +358,10 @@
 
     /**
      * Returns the unique {@link java.nio.channels.FileChannel FileChannel}
-     * object associated with this file output stream. </p>
+     * object associated with this file output stream.
      *
      * <p> The initial {@link java.nio.channels.FileChannel#position()
-     * </code>position<code>} of the returned channel will be equal to the
+     * position} of the returned channel will be equal to the
      * number of bytes written to the file so far unless this stream is in
      * append mode, in which case it will be equal to the size of the file.
      * Writing bytes to this stream will increment the channel's position