Skip to content

Commit

Permalink
Make nested classes in JsonTestersAutoConfiguration package private
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Apr 15, 2019
1 parent 8ac6944 commit 1d20c73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public FactoryBean<JsonbTester<?>> jsonbTesterFactoryBean(Jsonb jsonb) {
/**
* {@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;

Expand Down Expand Up @@ -166,7 +166,7 @@ public Class<?> getObjectType() {
/**
* {@link BeanPostProcessor} used to initialize JSON testers.
*/
private static class JsonMarshalTestersBeanPostProcessor
static class JsonMarshalTestersBeanPostProcessor
extends InstantiationAwareBeanPostProcessorAdapter {

@Override
Expand Down

0 comments on commit 1d20c73

Please sign in to comment.