From bc49ac1a1bc35a695310422e1dbb3d09d59e9039 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Wed, 28 Aug 2019 10:48:44 -0400 Subject: [PATCH] 5373 remove unnecessary imports per codacy --- .../sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java b/Core/src/org/sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java index d1772ce6e8..3b7c333bc3 100644 --- a/Core/src/org/sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java +++ b/Core/src/org/sleuthkit/autopsy/coreutils/AutopsyExceptionHandler.java @@ -26,9 +26,6 @@ import java.util.logging.SimpleFormatter; import javax.swing.JOptionPane; import org.openide.util.lookup.ServiceProvider; import org.netbeans.core.NbErrorManager; -import org.sleuthkit.autopsy.coreutils.Logger; -import org.sleuthkit.autopsy.coreutils.MessageNotifyUtil; -import org.sleuthkit.autopsy.coreutils.Version; /** * Replaces default NetBeans exception handler. Displays messages in a dialog.