Fix javadoc error.

See #2265
This commit is contained in:
Peter-Josef Meisch 2022-08-10 21:47:48 +02:00
parent 6cfb8eeea6
commit 4f4c99ec1f
No known key found for this signature in database
GPG Key ID: DE108246970C7708

View File

@ -63,8 +63,8 @@ public class ElasticsearchAggregations implements AggregationsContainer<List<Ela
/** /**
* Returns the aggregation that is associated with the specified name. * Returns the aggregation that is associated with the specified name.
* *
* @param the name * @param name the name of the aggregation
* @return the aggregation * @return the aggregation or {@literal null} if not found
*/ */
public ElasticsearchAggregation get(String name) { public ElasticsearchAggregation get(String name) {
return aggregationsAsMap.get(name); return aggregationsAsMap.get(name);