Skip to content

Commit 4f2cad1

Browse files
author
Kaival Parikh
committed
Mark FloatToFloatFunction as "@lucene.internal"
1 parent bd52287 commit 4f2cad1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717

1818
package org.apache.lucene.util;
1919

20-
/** Simple interface to map one float to another (useful in scaling scores). */
20+
/**
21+
* Simple interface to map one float to another (useful in scaling scores).
22+
*
23+
* @lucene.internal
24+
*/
2125
@FunctionalInterface
2226
public interface FloatToFloatFunction {
2327
float apply(float f);

0 commit comments

Comments
 (0)