Remove unused import in RemoteEventPublsiher.java

This commit is contained in:
Richard Cordovano 2015-09-17 15:23:15 -04:00
parent 56d5ac674e
commit 76c85f3a44

View File

@ -20,7 +20,6 @@ package org.sleuthkit.autopsy.events;
import java.net.URISyntaxException;
import java.util.logging.Level;
import javax.annotation.concurrent.Immutable;
import javax.jms.Connection;
import javax.jms.DeliveryMode;
import javax.jms.JMSException;