Skip to content

Commit 3cfb3b7

Browse files
committed
add missing override
1 parent 7cb80c9 commit 3cfb3b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reconstruction/ft/src/test/java/org/jlab/service/ft/FTEBEngineTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ public class FTEBEngineTest extends ReconstructionEngine {
7474
public static H2F hSeedDet1 = new H2F("lay 4 vs lay3 cluster seeds fo form a cross", 768/4, -0.5, 767.5, 768/4, -0.5, 767.5);
7575

7676
public static Point3D centerOfTarget = new Point3D(0., 0., -3.);
77-
78-
7977

8078
public FTEBEngineTest() {
8179
super("FTEB", "devita", "3.0");
8280
}
8381

82+
@Override
83+
public void detectorChanged(int i) {}
84+
8485
@Override
8586
public boolean init() {
8687
reco = new FTEventBuilder();

0 commit comments

Comments
 (0)