mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Remove redundant modifier.
Original commit: elastic/x-pack-elasticsearch@26b3539fa6
This commit is contained in:
parent
895246d6b1
commit
7b4178aa28
@ -25,7 +25,7 @@ public class BooleanSimplificationTests extends ESTestCase {
|
||||
|
||||
private final int id;
|
||||
|
||||
public DummyBooleanExpression(Location location, int id) {
|
||||
DummyBooleanExpression(Location location, int id) {
|
||||
super(location, Collections.emptyList());
|
||||
this.id = id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user