Skip to content

Commit 86d5d45

Browse files
committed
remove superfluous assertion - the server will complain anyway
1 parent 95fdaca commit 86d5d45

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/src/com/rabbitmq/examples/MulticastMain.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ public static void main(String[] args) {
8383
int frameMax = intArg(cmd, 'M', 0);
8484
int heartbeat = intArg(cmd, 'b', 0);
8585

86-
if ((producerTxSize > 0) && confirm >= 0) {
87-
throw new ParseException("Cannot select both producerTxSize"+
88-
" and confirm");
89-
}
90-
9186
//setup
9287
String id = UUID.randomUUID().toString();
9388
Stats stats = new Stats(1000L * samplingInterval);

0 commit comments

Comments
 (0)