Skip to content

Commit 4f4c99e

Browse files
committed
Fix javadoc error.
See #2265
1 parent 6cfb8ee commit 4f4c99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/java/org/springframework/data/elasticsearch/client/elc/ElasticsearchAggregations.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public Map<String, ElasticsearchAggregation> aggregationsAsMap() {
6363
/**
6464
* Returns the aggregation that is associated with the specified name.
6565
*
66-
* @param the name
67-
* @return the aggregation
66+
* @param name the name of the aggregation
67+
* @return the aggregation or {@literal null} if not found
6868
*/
6969
public ElasticsearchAggregation get(String name) {
7070
return aggregationsAsMap.get(name);

0 commit comments

Comments
 (0)