mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
Make CaseCloseAction public
This commit is contained in:
@@ -33,7 +33,7 @@ import org.openide.util.actions.Presenter;
|
||||
* The action to close the current Case. This class should be disabled on
|
||||
* creation and it will be enabled on new case creation or case opened.
|
||||
*/
|
||||
final class CaseCloseAction extends CallableSystemAction implements Presenter.Toolbar {
|
||||
public final class CaseCloseAction extends CallableSystemAction implements Presenter.Toolbar {
|
||||
|
||||
JButton toolbarButton = new JButton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user