This website works better with JavaScript.
Home
Explore
Help
Sign In
ymlam
/
CommEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
52
Wiki
Activity
Browse Source
Fix bug of not terminating broadcast -- affects EmailEngine only
tags/1.0.30
ymlam
2 years ago
parent
efc7f23d2b
commit
30e69b4aba
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/altk/comm/engine/Broadcast.java
+ 1
- 1
src/main/java/altk/comm/engine/Broadcast.java
View File
@@ -350,7 +350,7 @@ public abstract class Broadcast
continue;
continue;
}
}
}
}
updateServiceActivityCount(batch
Size
);
updateServiceActivityCount(batch
.size()
);
}
}
// Process jobs.
// Process jobs.
Write
Preview
Loading…
Cancel
Save