File tree 1 file changed +3
-3
lines changed
src/main/java/org/springframework/data/web/config
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ enum PageSerializationMode {
119
119
* @author Oliver Gierke
120
120
* @author Jens Schauder
121
121
*/
122
- static class SpringDataWebConfigurationImportSelector implements ImportSelector , ResourceLoaderAware {
122
+ class SpringDataWebConfigurationImportSelector implements ImportSelector , ResourceLoaderAware {
123
123
124
124
private Optional <ClassLoader > resourceLoader = Optional .empty ();
125
125
@@ -157,7 +157,7 @@ public String[] selectImports(AnnotationMetadata importingClassMetadata) {
157
157
* @soundtrack Anika Nilles - Chary Life
158
158
* @since 1.11
159
159
*/
160
- static class QuerydslActivator implements ImportSelector {
160
+ class QuerydslActivator implements ImportSelector {
161
161
162
162
@ Override
163
163
public String [] selectImports (AnnotationMetadata importingClassMetadata ) {
@@ -175,7 +175,7 @@ public String[] selectImports(AnnotationMetadata importingClassMetadata) {
175
175
* @soundtrack Norah Jones - Chasing Pirates
176
176
* @since 3.3
177
177
*/
178
- static class SpringDataWebSettingsRegistrar implements ImportBeanDefinitionRegistrar {
178
+ class SpringDataWebSettingsRegistrar implements ImportBeanDefinitionRegistrar {
179
179
180
180
/*
181
181
* (non-Javadoc)
You can’t perform that action at this time.
0 commit comments