jdk/src/share/classes/java/io/FileInputStream.java
changeset 18786 52a2658627c2
parent 17691 13931cd9405f
child 22945 89dd803515d8
--- a/jdk/src/share/classes/java/io/FileInputStream.java	Mon Jul 08 11:30:44 2013 +0200
+++ b/jdk/src/share/classes/java/io/FileInputStream.java	Mon Jul 08 19:24:22 2013 -0700
@@ -331,7 +331,7 @@
      * object associated with this file input 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 read from the file so far.  Reading bytes from this
      * stream will increment the channel's position.  Changing the channel's
      * position, either explicitly or by reading, will change this stream's