Skip to content

Commit 3b78945

Browse files
committed
processDataEvent should be final
1 parent a6ca471 commit 3b78945

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/ReconstructionEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public synchronized boolean checkRunNumber(DataEvent event) {
361361
return !this.ignoreInvalidRunNumbers || r>0;
362362
}
363363

364-
public void processDataEvent(DataEvent dataEvent) {
364+
public final void processDataEvent(DataEvent dataEvent) {
365365
if (!this.wroteConfig) {
366366
this.wroteConfig = true;
367367
JsonUtils.extend(dataEvent, CONFIG_BANK_NAME, "json", this.generateConfig());

0 commit comments

Comments
 (0)