Skip to content

Commit

Permalink
Fix cursor of singleton AbstractNextStateDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
mondokm committed Sep 14, 2023
1 parent 3010414 commit bb27659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public boolean moveTo(int key) {

@Override
public Cursor valueCursor(int from) {
return null;
return value.cursor(from);
}

@Override
Expand Down

0 comments on commit bb27659

Please sign in to comment.