We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec8d53 commit ab0a5f0Copy full SHA for ab0a5f0
realm/realm-library/src/main/java/io/realm/RealmCache.java
@@ -164,7 +164,7 @@ private static class ThreadConfinedReferenceCounter extends ReferenceCounter {
164
// The Realm instance in this thread.
165
private final ThreadLocal<BaseRealm> localRealm = new ThreadLocal<>();
166
// How many references to this Realm instance in this thread.
167
- protected final ThreadLocal<Integer> localCount = new ThreadLocal<>();
+ private final ThreadLocal<Integer> localCount = new ThreadLocal<>();
168
169
@Override
170
public boolean hasInstanceAvailableForThread() {
0 commit comments