Skip to content
Snippets Groups Projects
Commit 493b89ae authored by Andrea Burattin's avatar Andrea Burattin
Browse files

:sleeping: commit

parent ab8da9ff
Branches
Tags
No related merge requests found
......@@ -81,7 +81,7 @@ public abstract class StreamMiningAlgorithm<T extends Response> extends RichFlat
*/
protected T process(BEvent event) {
try {
long value = 0;
long value = 1;
if (processedEvents != null) {
if (processedEvents.value() != null) {
value = processedEvents.value() + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment