This commit is contained in:
Stephane Nicoll
2022-06-20 14:54:41 +02:00
parent 56541069ee
commit 4cb9e65353
2 changed files with 10 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ class BeanDefinitionMethodGenerator {
beanRegistrationsCode.getClassName(), methodGenerator, codeFragments,
Modifier.PRIVATE);
return MethodReference.ofStatic(beanRegistrationsCode.getClassName(),
generatedMethod.getName().toString());
generatedMethod.getName());
}
private BeanRegistrationCodeFragments getCodeFragments(GenerationContext generationContext,