Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
address review comment
  • Loading branch information
kiszk committed Aug 7, 2017
commit 332fc6c122fd03f4550bb217d0f8b7fc6608a22d
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void prepareAccess(int rowId) {
}
} else {
throw new UnsupportedOperationException("Row access order must be equal or ascending." +
" Row " + rowId + "is accessed after internal row "+ previousRowId + "was accessed.");
" Row " + rowId + "is accessed after row "+ previousRowId + "was accessed.");
}
}

Expand Down