Skip to content

Commit 5be7019

Browse files
committed
reenable
1 parent a148f73 commit 5be7019

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ void write(String output) {
278278
for (int i=0; i<e.size(); i++) {
279279
while (paused.get()) ReconUtil.sleep (100);
280280
Benchmark.getInstance().resume("post");
281-
//synchronized (serialLock) {
282-
// serial.process(e.get(i));
283-
//}
281+
synchronized (serialLock) {
282+
serial.process(e.get(i));
283+
}
284284
Benchmark.getInstance().pause("post");
285285
Benchmark.getInstance().resume("write");
286286
if (writer != null) {

0 commit comments

Comments
 (0)