Skip to content

Commit

Permalink
Revert "Changed Abstract.loadCurrent access level to public - we need…
Browse files Browse the repository at this point in the history
… to access it for LazyList implementation"

This reverts commit d0a880e.
  • Loading branch information
Vincenzo Guzzi committed Nov 18, 2016
1 parent d0a880e commit 201cf37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ private CursorWindow moveToNextUnlocked(Cursor cursor) {
}

/** Internal use only. Considers identity scope. */
final public T loadCurrent(Cursor cursor, int offset, boolean lock) {
final protected T loadCurrent(Cursor cursor, int offset, boolean lock) {
if (identityScopeLong != null) {
if (offset != 0) {
// Occurs with deep loads (left outer joins)
Expand Down

0 comments on commit 201cf37

Please sign in to comment.