Skip to content

Commit

Permalink
added java doc about null filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Jan 21, 2017
1 parent 7914cf5 commit 6ef2db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/spoon/reflect/visitor/chain/CtQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public interface CtQuery extends CtQueryable {
* The elements which throw {@link ClassCastException} during {@link Filter#matches(CtElement)}
* are considered as **not matching**, ie. are excluded.
*
* @param filter used to filter scanned children elements of the AST tree
* @param filter used to filter scanned children elements of the AST tree.
* If null then all children elements pass to next step.
* @return this to support fluent API
*/
@Override
Expand Down

0 comments on commit 6ef2db8

Please sign in to comment.