MCPcopy Create free account
hub / github.com/GateNLP/gate-core / dispose

Method dispose

src/main/java/gate/gui/NewResourceDialog.java:323–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 }// public synchronized Resource show(ResourceData rData)
322
323 @Override
324 public void dispose() {
325 // when we have finished with the dialog release the data about the resource
326 // we were trying to create so that, at a later date, we can garbage collect
327 // the classloader if the plugin is unloaded
328 resourceData = null;
329 }
330
331}//class NewResourceDialog

Callers 2

showMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected