mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 02:57:44 +00:00
Removed unused imports, cleanup
This commit is contained in:
parent
cfc7cf33e2
commit
ad5a0219f1
@ -28,14 +28,10 @@ import org.sleuthkit.autopsy.events.AutopsyEvent;
|
||||
public final class ServiceEvent extends AutopsyEvent implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
//private final String service;
|
||||
//private final String status;
|
||||
private final String details;
|
||||
|
||||
public ServiceEvent(String serviceName, String status, String details) {
|
||||
super(serviceName, null, status);
|
||||
//this.service = service;
|
||||
//this.status = status;
|
||||
this.details = details;
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,6 @@ import org.netbeans.api.progress.ProgressHandleFactory;
|
||||
import org.openide.util.Cancellable;
|
||||
import org.openide.util.NbBundle;
|
||||
import org.sleuthkit.autopsy.casemodule.Case;
|
||||
import org.sleuthkit.autopsy.core.ServiceEvent;
|
||||
import org.sleuthkit.autopsy.core.ServicesMonitor;
|
||||
import org.sleuthkit.autopsy.core.UserPreferences;
|
||||
import org.sleuthkit.autopsy.events.AutopsyEvent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user