Change method naming : ScanResult.getBinaryCursor to ScanResult.getCursorAsBytes
This commit is contained in:
@@ -45,7 +45,7 @@ public class ScanResult<T> {
|
||||
return SafeEncoder.encode(cursor);
|
||||
}
|
||||
|
||||
public byte[] getBinaryCursor() {
|
||||
public byte[] getCursorAsBytes() {
|
||||
return cursor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user