NO-JIRA: ScaleDownTest checkstyle error fix

Empty space removed that produced a checkstyle error.
This commit is contained in:
Roddie Kieley 2018-09-17 12:30:37 -02:30 committed by Clebert Suconic
parent d6bdb1a7fd
commit 50b18dfbbc
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ public class ScaleDownTest extends ClusterTestBase {
// trigger scaleDown from node 0 to node 1
servers[0].stop();
Assert.assertEquals(((QueueImpl)((LocalQueueBinding) servers[1].getPostOffice().getBinding(new SimpleString(queueName2))).getBindable()).getRoutingType(), RoutingType.ANYCAST);
// get the 1 message from queue 2
addConsumer(0, 1, queueName2, null);