Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-proton-j/pull/18#discussion_r225236948 --- 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 -- This seems like an actual bug, so it deserves a JIRA. Variable name syntax is now wrong.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org