Skip to content

Commit 94bb21b

Browse files
Supress unchecked warnings for this test
1 parent ac70b55 commit 94bb21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/com/rabbitmq/client/test/functional/DeadLetterExchange.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ public void process(GetResponse getResponse) {
400400
});
401401
}
402402

403+
@SuppressWarnings("unchecked")
403404
public void testRepublish() throws Exception {
404405
Map<String, Object> args = new HashMap<String, Object>();
405406
args.put("x-message-ttl", 100);

0 commit comments

Comments
 (0)