You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently OntologyUtil has a hacky initialization to keep processingEnv by storing it in a static field that holds a singleton instance of OntologyUtil.
Should think about how to simplify this and make it clear.
The text was updated successfully, but these errors were encountered:
Currently
OntologyUtil
has a hacky initialization to keepprocessingEnv
by storing it in a static field that holds a singleton instance ofOntologyUtil
.Should think about how to simplify this and make it clear.
The text was updated successfully, but these errors were encountered: