We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abd51b commit b5844d6Copy full SHA for b5844d6
core/src/main/java/org/springframework/ldap/odm/config/ObjectDirectoryMapperConfiguration.java
@@ -34,7 +34,7 @@
34
public class ObjectDirectoryMapperConfiguration {
35
36
@Bean
37
- ConversionServiceBeanFactoryPostProcessor conversionServiceBeanPostProcessor() {
+ static ConversionServiceBeanFactoryPostProcessor conversionServiceBeanPostProcessor() {
38
return new ConversionServiceBeanFactoryPostProcessor();
39
}
40
0 commit comments