Skip to content

Commit 3c4a46e

Browse files
committed
Fix StandardIntegrationFlowContext.getBeanName() for this. prefix
1 parent 6d1fa4b commit 3c4a46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/dsl/context/StandardIntegrationFlowContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public void setComponentDescription(String description) {
409409

410410
@Override
411411
public String getBeanName() {
412-
return beanName;
412+
return this.beanName;
413413
}
414414

415415
@Override

0 commit comments

Comments
 (0)