Skip to content

Commit

Permalink
fix RegexpQueryBuilder#maxDeterminizedStates
Browse files Browse the repository at this point in the history
Value was improperly set to `true`.

Relates to #11896
  • Loading branch information
alexksikes committed Jul 7, 2015
1 parent af1dc6d commit b7e26fa
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -78,7 +78,6 @@ public RegexpQueryBuilder flags(RegexpFlag... flags) {
*/
public RegexpQueryBuilder maxDeterminizedStates(int value) {
this.maxDeterminizedStates = value;
this.maxDetermizedStatesSet = true;
return this;
}

Expand Down

0 comments on commit b7e26fa

Please sign in to comment.