1
0
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:
Richard Cordovano
2015-09-23 14:07:31 -04:00
parent 68ca2f34ff
commit f2d122bd62

View File

@@ -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();