Skip to content

Commit 20f3d25

Browse files
Whitney Armstrongbaltzell
authored andcommitted
Updated the ALERT reconstruction services package names
This is to be consistent with the other subsystems package naming scheme.
1 parent 9547e2e commit 20f3d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reconstruction/alert/src/main/java/org/jlab/rec/service/AHDCEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.jlab.rec.service;
1+
package org.jlab.service.ahdc;
22

33
import org.jlab.clas.reco.ReconstructionEngine;
44
import org.jlab.clas.tracking.kalmanfilter.Material;

reconstruction/alert/src/main/java/org/jlab/rec/service/ATOFEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.jlab.rec.service;
1+
package org.jlab.service.atof;
22

33
import java.util.ArrayList;
44

0 commit comments

Comments
 (0)