File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/springframework/data/web/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ enum PageSerializationMode {
119119 * @author Oliver Gierke
120120 * @author Jens Schauder
121121 */
122- static class SpringDataWebConfigurationImportSelector implements ImportSelector , ResourceLoaderAware {
122+ class SpringDataWebConfigurationImportSelector implements ImportSelector , ResourceLoaderAware {
123123
124124 private Optional <ClassLoader > resourceLoader = Optional .empty ();
125125
@@ -157,7 +157,7 @@ public String[] selectImports(AnnotationMetadata importingClassMetadata) {
157157 * @soundtrack Anika Nilles - Chary Life
158158 * @since 1.11
159159 */
160- static class QuerydslActivator implements ImportSelector {
160+ class QuerydslActivator implements ImportSelector {
161161
162162 @ Override
163163 public String [] selectImports (AnnotationMetadata importingClassMetadata ) {
@@ -175,7 +175,7 @@ public String[] selectImports(AnnotationMetadata importingClassMetadata) {
175175 * @soundtrack Norah Jones - Chasing Pirates
176176 * @since 3.3
177177 */
178- static class SpringDataWebSettingsRegistrar implements ImportBeanDefinitionRegistrar {
178+ class SpringDataWebSettingsRegistrar implements ImportBeanDefinitionRegistrar {
179179
180180 /*
181181 * (non-Javadoc)
You can’t perform that action at this time.
0 commit comments