Skip to content

Commit

Permalink
add missing override modifier to `com.avsystem.commons.spring.Scala…
Browse files Browse the repository at this point in the history
…DefaultValuesInjector#postProcessBeanFactory`
  • Loading branch information
halotukozak committed Sep 25, 2024
1 parent 60e6f11 commit 6648dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ class ScalaDefaultValuesInjector extends BeanDefinitionRegistryPostProcessor {
}
}

def postProcessBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit = ()
override def postProcessBeanFactory(beanFactory: ConfigurableListableBeanFactory): Unit = ()
}

0 comments on commit 6648dfd

Please sign in to comment.