Merge branch '2.1.x'

This commit is contained in:
Madhura Bhave 2019-04-15 17:10:07 -07:00
commit dabe75a281
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ public class JsonTestersAutoConfiguration {
JsonTesterFactoryBean(Class<?> objectType, M marshaller) { JsonTesterFactoryBean(Class<?> objectType, M marshaller) {
this.objectType = objectType; this.objectType = objectType;
this.marshaller = marshaller; this.marshaller = marshaller;
} }
@Override @Override