polishing, fixed warning messages
This commit is contained in:
@@ -53,6 +53,7 @@ import org.springframework.integration.Message;
|
||||
* @author Iwein Fuld
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("rawtypes")
|
||||
public class PayloadMatcher extends TypeSafeMatcher<Message> {
|
||||
|
||||
private final Matcher matcher;
|
||||
|
||||
@@ -70,6 +70,7 @@ public class PayloadMatcherTests {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
@Test
|
||||
public void shouldMatchNonParametrizedMessage() throws Exception {
|
||||
Message message = this.message;
|
||||
|
||||
Reference in New Issue
Block a user