Skip to content

Commit

Permalink
fix(searching): Setting not self nestable actually works.
Browse files Browse the repository at this point in the history
  • Loading branch information
taikuukaits committed Oct 7, 2019
1 parent 3b8dbbf commit bb814ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public DetectorRuleBuilder selfNestable() {
}

public DetectorRuleBuilder notSelfNestable() {
return isSelfNestable(true);
return isSelfNestable(false);
}

public DetectorRule build() {
Expand Down

0 comments on commit bb814ed

Please sign in to comment.