Make changes for timing related test failures

This commit is contained in:
Rossen Stoyanchev
2013-10-23 13:24:25 -04:00
parent 2d78a066fb
commit bfa6645c7d
2 changed files with 151 additions and 144 deletions

View File

@@ -45,4 +45,10 @@ public class BrokerAvailabilityEvent extends ApplicationEvent {
public boolean isBrokerAvailable() {
return this.brokerAvailable;
}
@Override
public String toString() {
return "BrokerAvailabilityEvent=" + this.brokerAvailable;
}
}