#360 - Removed test call to method only available on Spring 4.2.
This commit is contained in:
@@ -76,6 +76,5 @@ public class TypeConstrainedMappingJackson2HttpMessageConverterUnitTest {
|
||||
private static void assertCanWrite(GenericHttpMessageConverter<Object> converter, Class<?> type, boolean expected) {
|
||||
|
||||
assertThat(converter.canWrite(type, APPLICATION_JSON), is(expected));
|
||||
assertThat(converter.canWrite(type, type, APPLICATION_JSON), is(expected));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user