Merge branch '6.1.x'

This commit is contained in:
Stéphane Nicoll
2024-04-23 15:34:49 +02:00
7 changed files with 29 additions and 29 deletions

View File

@@ -166,7 +166,7 @@ public class SampleConfiguration {
@Bean
@NotNull
public SampleBean sampleBean$demo_kotlin_internal_test() {
return new SampleBean();
return new SampleBean();
}
}
----