Skip to content

Commit 450599f

Browse files
committed
Bumping versions
1 parent 55ab6ab commit 450599f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/aot/CompositeEnvironmentBeanFactoryInitializationAotProcessor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ private void generateRegisterBeanDefinitionsMethod(MethodSpec.Builder method) {
187187
});
188188
}
189189

190-
// TODO: switch to reflectionHints.registerForInterfaces(...) after upgrading to Framework 6.2.0
190+
// TODO: switch to reflectionHints.registerForInterfaces(...) after upgrading to
191+
// Framework 6.2.0
191192
// from Spring Framework BeanRegistrationsAotContribution
192193
private void introspectPublicMethodsOnAllInterfaces(ReflectionHints hints, Class<?> type) {
193194
Class<?> currentClass = type;

0 commit comments

Comments
 (0)