Merge pull request #4523 from kellykelly3/1185-import-cleanup

Remove unused imports from History.java
This commit is contained in:
Richard Cordovano 2019-02-05 15:37:07 -05:00 committed by GitHub
commit ff2976b745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,7 @@
*/
package org.sleuthkit.autopsy.coreutils;
import java.util.Deque;
import java.util.Objects;
import javafx.beans.property.Property;
import javafx.beans.property.ReadOnlyBooleanProperty;
import javafx.beans.property.ReadOnlyBooleanWrapper;
import javafx.beans.property.ReadOnlyObjectProperty;