Skip to content

Commit d9f1144

Browse files
committed
fix class name
1 parent c65d660 commit d9f1144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-tools/clas-reco/src/main/java/org/jlab/clas/reco/EngineProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class EngineProcessor {
2828

2929
public static final String ENGINE_CLASS_BG = "org.jlab.service.bg.BackgroundEngine";
30-
public static final String ENGINE_CLASS_PP = "org.jlab.service.pp.PostprocEngine";
30+
public static final String ENGINE_CLASS_PP = "org.jlab.service.postproc.PostprocEngine";
3131

3232
private final Map<String,ReconstructionEngine> processorEngines = new LinkedHashMap<>();
3333
private static final Logger LOGGER = Logger.getLogger(EngineProcessor.class.getPackage().getName());

0 commit comments

Comments
 (0)