-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the ALERT reconstruction services package names
This is to be consistent with the other subsystems package naming scheme.
- Loading branch information
Whitney Armstrong
committed
Feb 25, 2025
1 parent
9547e2e
commit 467b52a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
reconstruction/alert/src/main/java/org/jlab/rec/service/AHDCEngine.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
reconstruction/alert/src/main/java/org/jlab/rec/service/ATOFEngine.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.jlab.rec.service; | ||
package org.jlab.service.atof; | ||
|
||
import java.util.ArrayList; | ||
|
||
|