Skip to content

Commit e59cfa4

Browse files
committed
Javadoc fix.
1 parent 7375df4 commit e59cfa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/github/parubok/stream/SwingStreamUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ public static Iterable<KTreePath> asIterable(TreeModel treeModel, TreeTraversalT
276276
}
277277

278278
/**
279-
* @return Iterator which does not check for the tree model modifications during the iteration.
279+
* @param failOnModification If {@code false}, the iterator does not check for the tree model modifications during
280+
* iteration. Should be {@code true} in most cases.
280281
*/
281282
public static Iterable<KTreePath> asIterable(TreeModel treeModel, TreeTraversalType traversalType,
282283
boolean failOnModification) {

0 commit comments

Comments
 (0)