< prev index next >

src/java.base/share/classes/java/nio/file/FileTreeWalker.java

Print this page

        

@@ -169,11 +169,11 @@
      *          if {@code maxDepth} is negative
      * @throws  ClassCastException
      *          if {@code options} contains an element that is not a
      *          {@code FileVisitOption}
      * @throws  NullPointerException
-     *          if {@code options} is {@ocde null} or the options
+     *          if {@code options} is {@code null} or the options
      *          array contains a {@code null} element
      */
     FileTreeWalker(Collection<FileVisitOption> options, int maxDepth) {
         boolean fl = false;
         for (FileVisitOption option: options) {
< prev index next >