fix checkstyle issue
This commit is contained in:
parent
3ca909dfea
commit
ba90508b91
|
@ -379,7 +379,8 @@ public class GeoShapeQueryBuilder extends AbstractQueryBuilder<GeoShapeQueryBuil
|
|||
throw new IllegalArgumentException("Shape with ID [" + getRequest.id() + "] in type [" + getRequest.type() + "] not found");
|
||||
}
|
||||
if (response.isSourceEmpty()) {
|
||||
throw new IllegalArgumentException("Shape with ID [" + getRequest.id() + "] in type [" + getRequest.type() + "] source disabled");
|
||||
throw new IllegalArgumentException("Shape with ID [" + getRequest.id() + "] in type [" + getRequest.type() +
|
||||
"] source disabled");
|
||||
}
|
||||
|
||||
String[] pathElements = path.split("\\.");
|
||||
|
|
Loading…
Reference in New Issue