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 d0ff62f commit bce3c94Copy full SHA for bce3c94
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