Skip to content

Commit 63eff0b

Browse files
committed
Javadocs
1 parent aa2b710 commit 63eff0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lucene/core/src/java/org/apache/lucene/util/FloatComparator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
@FunctionalInterface
2323
public interface FloatComparator {
2424

25+
/** Represents a function that returns a {@code float} result */
2526
@FunctionalInterface
2627
interface ToFloatFunction<T> {
2728
float applyAsFloat(T obj);

0 commit comments

Comments
 (0)