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
For instance: XQueryContext has inner class ContextUpdateListener, which can easily be converted into static
{code}
private static class ContextUpdateListener implements UpdateListener {
...
}
{code}
It may help avoid memory leaks
The text was updated successfully, but these errors were encountered:
For instance: XQueryContext has inner class ContextUpdateListener, which can easily be converted into static
{code}
private static class ContextUpdateListener implements UpdateListener {
...
}
{code}
It may help avoid memory leaks
The text was updated successfully, but these errors were encountered: