Skip to content

Commit 6648dfd

Browse files
committed
add missing override modifier to com.avsystem.commons.spring.ScalaDefaultValuesInjector#postProcessBeanFactory
1 parent 60e6f11 commit 6648dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring/src/main/scala/com/avsystem/commons/spring/ScalaDefaultValuesInjector.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ class ScalaDefaultValuesInjector extends BeanDefinitionRegistryPostProcessor {
8989
}
9090
}
9191

92-
def postProcessBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit = ()
92+
override def postProcessBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit = ()
9393
}

0 commit comments

Comments
 (0)