jdk/src/share/classes/java/nio/file/SimpleFileVisitor.java
changeset 3722 08849c86a297
parent 3488 852e79d01c34
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/nio/file/SimpleFileVisitor.java	Fri Sep 04 18:15:50 2009 +0100
+++ b/jdk/src/share/classes/java/nio/file/SimpleFileVisitor.java	Fri Sep 04 18:17:26 2009 +0100
@@ -124,8 +124,8 @@
      * cause.
      *
      * @throws  IOError
-     *          if iteration of the directory completed prematurely due to an
-     *          I/O error
+     *          with the I/O exception thrown when iteration of the directory
+     *          completed prematurely due to an I/O error
      */
     @Override
     public FileVisitResult postVisitDirectory(T dir, IOException exc) {