We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367cdd9 commit 58b9978Copy full SHA for 58b9978
server/src/main/java/org/elasticsearch/index/query/AutomatonQueryBuilder.java
@@ -93,7 +93,7 @@ static class AutomatonQueryWithDescription extends AutomatonQuery {
93
94
@Override
95
public String toString(String field) {
96
- if(description.isEmpty()) {
+ if (description.isEmpty()) {
97
return super.toString(field);
98
}
99
return description;
0 commit comments