From 2f462a73f306ea0a0a699dae22007b51e9654c7a Mon Sep 17 00:00:00 2001 From: Mihail Date: Fri, 7 Oct 2016 18:08:19 +0300 Subject: [PATCH] Access fix in LazyForeignCollection --- src/main/java/com/j256/ormlite/dao/LazyForeignCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/j256/ormlite/dao/LazyForeignCollection.java b/src/main/java/com/j256/ormlite/dao/LazyForeignCollection.java index 79206b487..073a90e99 100644 --- a/src/main/java/com/j256/ormlite/dao/LazyForeignCollection.java +++ b/src/main/java/com/j256/ormlite/dao/LazyForeignCollection.java @@ -299,7 +299,7 @@ public int hashCode() { return super.hashCode(); } - private CloseableIterator seperateIteratorThrow(int flags) throws SQLException { + CloseableIterator 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(