jdk/src/share/classes/java/nio/file/DirectoryStream.java
changeset 3419 3ae6dc68c20d
parent 3065 452aaa2899fc
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/nio/file/DirectoryStream.java	Wed Jul 29 11:19:14 2009 -0700
+++ b/jdk/src/share/classes/java/nio/file/DirectoryStream.java	Wed Jul 29 13:56:15 2009 -0700
@@ -53,7 +53,7 @@
  * invoking the {@link #close close} method. Closing the directory stream
  * releases any resources associated with the stream. Once a directory stream
  * is closed, all further method invocations on the iterator throw {@link
- * java.util.concurrent.ConcurrentModificationException} with cause {@link
+ * java.util.ConcurrentModificationException} with cause {@link
  * ClosedDirectoryStreamException}.
  *
  * <p> A directory stream is not required to be <i>asynchronously closeable</i>.