Skip to content
Snippets Groups Projects
Commit 157a8dd0 authored by phillu's avatar phillu
Browse files

deliver all requests after counting

parent f2d9cdc3
Branches
Tags
No related merge requests found
......@@ -27,8 +27,8 @@ public class RecordCountingFilter extends AbstractFilter implements IRecordCount
}
} else if (record instanceof AbstractBeforeEventRecord) {
counter.inputObjectsCount(1);
} else {
deliver(record);
}
deliver(record);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment