Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatsb committed Sep 22, 2017
1 parent e00462d commit 93826c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Builder(String index){
}

public Builder(Collection<? extends String> indices){
addIndex(indices);
addIndices(indices);
}

@Override
Expand Down

0 comments on commit 93826c7

Please sign in to comment.