From f2d122bd62394db030dd54634d26d82f17ed34fe Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 23 Sep 2015 14:07:31 -0400 Subject: [PATCH] Make CaseCloseAction public --- Core/src/org/sleuthkit/autopsy/casemodule/CaseCloseAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/CaseCloseAction.java b/Core/src/org/sleuthkit/autopsy/casemodule/CaseCloseAction.java index 2bf65a5ee2..1fc7c79575 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/CaseCloseAction.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/CaseCloseAction.java @@ -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();