Remove TODOs (replaced with JIRA tickets)

Issue: SPR-10703
This commit is contained in:
Rossen Stoyanchev
2013-09-03 23:28:21 -04:00
parent 8a4c6eb605
commit 1c47c8f35c
13 changed files with 9 additions and 41 deletions

View File

@@ -188,7 +188,6 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
stopBrokerAndAwait();
// TODO:
// 1st message will see ERROR frame (broker shutdown is not but should be detected)
// 2nd message will be queued (a side effect of CONNECT/CONNECTED-buffering, likely to be removed)
// Finish this once the above changes are made.