mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
addressing codacy remarks
This commit is contained in:
parent
5147cf595b
commit
e5da81f349
@ -35,7 +35,9 @@ public interface SleuthkitCaseProvider {
|
||||
* Exception thrown in the event that the SleuthkitCase object cannot be
|
||||
* provided.
|
||||
*/
|
||||
public static class SleuthkitCaseProviderException extends Exception {
|
||||
static class SleuthkitCaseProviderException extends Exception {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Main constructor.
|
||||
|
@ -18,8 +18,6 @@
|
||||
*/
|
||||
package org.sleuthkit.autopsy.datasourcesummary.uiutils;
|
||||
|
||||
import java.util.Collections;
|
||||
|
||||
/**
|
||||
* The intermediate or end result of a loading process.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user