Skip to content

Commit a17454b

Browse files
committed
We need this field protected so we can inherit it!
1 parent 212d4ba commit a17454b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/jpetrak/gate/stringannotation/extendedgazetteer/GazetteerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public Resource init() throws ResourceInstantiationException {
181181
incrementGazStore();
182182
return this;
183183
}
184-
final static Map<String, GazStore> loadedGazStores = new HashMap<String, GazStore>();
184+
final protected static Map<String, GazStore> loadedGazStores = new HashMap<String, GazStore>();
185185

186186
public synchronized void incrementGazStore() throws ResourceInstantiationException {
187187
// System.err.println("DEBUG running incrementGazStore");

0 commit comments

Comments
 (0)