Print

Print


Author: [log in to unmask]
Date: Wed Mar 25 15:15:24 2015
New Revision: 2558

Log:
Fix import.

Modified:
    java/branches/monitoring-app-dev/src/main/java/org/hps/monitoring/application/EventProcessing.java

Modified: java/branches/monitoring-app-dev/src/main/java/org/hps/monitoring/application/EventProcessing.java
 =============================================================================
--- java/branches/monitoring-app-dev/src/main/java/org/hps/monitoring/application/EventProcessing.java	(original)
+++ java/branches/monitoring-app-dev/src/main/java/org/hps/monitoring/application/EventProcessing.java	Wed Mar 25 15:15:24 2015
@@ -18,6 +18,7 @@
 import org.hps.monitoring.application.model.SteeringType;
 import org.hps.monitoring.application.util.ErrorHandler;
 import org.hps.monitoring.application.util.EtSystemUtil;
+import org.hps.monitoring.application.util.SyncEventProcessor;
 import org.hps.monitoring.subsys.et.EtSystemMonitor;
 import org.hps.monitoring.subsys.et.EtSystemStripCharts;
 import org.hps.record.LCSimEventBuilder;
@@ -31,7 +32,6 @@
 import org.hps.record.et.EtEventProcessor;
 import org.hps.record.et.EtStationThread;
 import org.hps.record.et.PreStartProcessor;
-import org.hps.record.et.SyncEventProcessor;
 import org.hps.record.evio.EvioDetectorConditionsProcessor;
 import org.hps.record.evio.EvioEventConstants;
 import org.jlab.coda.et.EtConstants;