Make orEquals() public.
Addresses the easy issue for https://github.com/apple/foundationdb/issues/5190
This commit is contained in:
parent
37a0361617
commit
9496e12861
|
@ -167,7 +167,7 @@ public class KeySelector {
|
|||
/**
|
||||
* Returns the {@code or-equal} parameter of this {@code KeySelector}. For internal use.
|
||||
*/
|
||||
boolean orEqual() {
|
||||
public boolean orEqual() {
|
||||
return orEqual;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue