Make nested classes in JsonTestersAutoConfiguration package private

Closes gh-15444
pull/16575/head
Madhura Bhave 6 years ago
parent 8ac69442f1
commit 1d20c73d22

@ -118,7 +118,7 @@ public class JsonTestersAutoConfiguration {
/**
* {@link FactoryBean} used to create JSON Tester instances.
*/
private static class JsonTesterFactoryBean<T, M> implements FactoryBean<T> {
static class JsonTesterFactoryBean<T, M> implements FactoryBean<T> {
private final Class<?> objectType;
@ -166,7 +166,7 @@ public class JsonTestersAutoConfiguration {
/**
* {@link BeanPostProcessor} used to initialize JSON testers.
*/
private static class JsonMarshalTestersBeanPostProcessor
static class JsonMarshalTestersBeanPostProcessor
extends InstantiationAwareBeanPostProcessorAdapter {
@Override

Loading…
Cancel
Save