Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 9059079

Browse files
committed
#390 mismatch is Fixed
1 parent 239385d commit 9059079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest-common/src/main/java/io/searchbox/core/search/aggregation/CardinalityAggregation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public CardinalityAggregation(String name, JsonObject cardinalityAggregation) {
2323
}
2424

2525
/**
26-
* @return Cardinality if it was found and not null, null otherwise
26+
* @return Cardinality
2727
*/
2828
public Long getCardinality() {
2929
return cardinality;

0 commit comments

Comments
 (0)