We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212d4ba commit a17454bCopy full SHA for a17454b
1 file changed
src/main/java/com/jpetrak/gate/stringannotation/extendedgazetteer/GazetteerBase.java
@@ -181,7 +181,7 @@ public Resource init() throws ResourceInstantiationException {
181
incrementGazStore();
182
return this;
183
}
184
- final static Map<String, GazStore> loadedGazStores = new HashMap<String, GazStore>();
+ final protected static Map<String, GazStore> loadedGazStores = new HashMap<String, GazStore>();
185
186
public synchronized void incrementGazStore() throws ResourceInstantiationException {
187
// System.err.println("DEBUG running incrementGazStore");
0 commit comments