addressing codacy remarks

This commit is contained in:
Greg DiCristofaro 2020-08-27 10:33:31 -04:00
parent 5147cf595b
commit e5da81f349
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -18,8 +18,6 @@
*/
package org.sleuthkit.autopsy.datasourcesummary.uiutils;
import java.util.Collections;
/**
* The intermediate or end result of a loading process.
*/