jdk/src/share/classes/java/nio/file/SimpleFileVisitor.java
changeset 2072 80dfe4469bbd
parent 2057 3acf8e5e2ca0
child 3065 452aaa2899fc
--- a/jdk/src/share/classes/java/nio/file/SimpleFileVisitor.java	Tue Feb 24 09:11:42 2009 +0000
+++ b/jdk/src/share/classes/java/nio/file/SimpleFileVisitor.java	Tue Feb 24 11:31:04 2009 +0000
@@ -65,7 +65,7 @@
      * exception as cause.
      *
      * @throws  IOError
-     *          With the I/O exception thrown when the attempt to open the
+     *          with the I/O exception thrown when the attempt to open the
      *          directory failed
      */
     @Override
@@ -91,7 +91,7 @@
      * exception as cause.
      *
      * @throws  IOError
-     *          With the I/O exception thrown when the attempt to read the file
+     *          with the I/O exception thrown when the attempt to read the file
      *          attributes failed
      */
     @Override
@@ -109,7 +109,7 @@
      * cause.
      *
      * @throws  IOError
-     *          If iteration of the directory completed prematurely due to an
+     *          if iteration of the directory completed prematurely due to an
      *          I/O error
      */
     @Override