mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GP-3343_ghidragon_fontend_plugin_dispose--SQUASHED'
This commit is contained in:
commit
6e533802d4
18 changed files with 172 additions and 156 deletions
|
@ -64,17 +64,11 @@ public class DummyTool extends PluginTool {
|
|||
name = typeName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void exit() {
|
||||
//do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
if (project != null) {
|
||||
project.getToolServices().closeTool(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -266,7 +260,7 @@ public class DummyTool extends PluginTool {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean canClose(boolean isExiting) {
|
||||
public boolean canClose() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue