Skip to content

Commit

Permalink
Access fix in LazyForeignCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha-x64 committed Oct 7, 2016
1 parent 6a419c6 commit 2f462a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -299,7 +299,7 @@ public int hashCode() {
return super.hashCode();
}

private CloseableIterator<T> seperateIteratorThrow(int flags) throws SQLException {
CloseableIterator<T> seperateIteratorThrow(int flags) throws SQLException {
// check state to make sure we have a DAO in case we have a deserialized collection
if (dao == null) {
throw new IllegalStateException(
Expand Down

0 comments on commit 2f462a7

Please sign in to comment.