Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/qpid-proton-j/pull/18#discussion_r225265610
--- Diff:
proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/TaskImpl.java ---
@@ -29,10 +29,12 @@
import org.apache.qpid.proton.reactor.Task;
public class TaskImpl implements Task, Comparable<TaskImpl> {
+
+ private static final AtomicInteger count = new AtomicInteger();
--- End diff --
Ok, I will create a Jira and send the PR. Will rename to `COUNT`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]