Skip to content

Commit 6475523

Browse files
committed
Merge branch '5.3.x'
2 parents cc555d2 + 0389fcc commit 6475523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/test/java/org/springframework/context/expression/ApplicationContextExpressionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public String getConversationId() {
115115
ac.registerBeanDefinition("tb1", bd1);
116116

117117
GenericBeanDefinition bd2 = new GenericBeanDefinition();
118-
bd2.setBeanClassName("#{tb1.class.name}");
118+
bd2.setBeanClassName("#{tb1.class}");
119119
bd2.setScope("myScope");
120120
bd2.getPropertyValues().add("name", "{ XXX#{tb0.name}YYY#{mySpecialAttr}ZZZ }");
121121
bd2.getPropertyValues().add("age", "#{mySpecialAttr}");

0 commit comments

Comments
 (0)