mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Merge branch '6.0.x'
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ public class QualifierConfiguration {
|
||||
@Bean
|
||||
@Qualifier("2")
|
||||
public String two() {
|
||||
return "one";
|
||||
return "two";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user