diff --git a/bindings/java/src/main/com/apple/foundationdb/KeySelector.java b/bindings/java/src/main/com/apple/foundationdb/KeySelector.java index 9c66aa0830..5061b51ba7 100644 --- a/bindings/java/src/main/com/apple/foundationdb/KeySelector.java +++ b/bindings/java/src/main/com/apple/foundationdb/KeySelector.java @@ -165,7 +165,11 @@ public class KeySelector { } /** - * Returns the {@code or-equal} parameter of this {@code KeySelector}. For internal use. + * Returns the orEqual parameter for this {@code KeySelector}. See the + * {@link #KeySelector(byte[], boolean, int)} KeySelector constructor} + * for more details. + * + * @return the {@code or-equal} parameter of this {@code KeySelector}. */ public boolean orEqual() { return orEqual;