Fix incorrect use of Autopsy Logger in RegressionTest class

This commit is contained in:
Richard Cordovano 2019-09-12 15:14:24 -04:00
parent 74550f2698
commit b5301e689a

View File

@ -20,7 +20,7 @@ package org.sleuthkit.autopsy.testing;
import java.io.File;
import java.io.IOException;
import org.sleuthkit.autopsy.coreutils.Logger;
import java.util.logging.Logger;
import junit.framework.Test;
import junit.framework.TestCase;
import org.netbeans.jemmy.Timeouts;