Fixed deprecation warning
This commit is contained in:
parent
4bc10fb622
commit
5dacc2b348
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class ThreadBasedDispatcherTest extends JUnitSuite {
|
|||
})
|
||||
dispatcher.start
|
||||
for (i <- 0 until 100) {
|
||||
dispatcher.dispatch(new MessageInvocation(key1, new Integer(i), None, None, None))
|
||||
dispatcher.dispatch(new MessageInvocation(key1, i, None, None, None))
|
||||
}
|
||||
assert(handleLatch.await(5, TimeUnit.SECONDS))
|
||||
assert(!threadingIssueDetected.get)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue