File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1281,8 +1281,8 @@ public String toString() {
1281
1281
sb .append ("; primary=" ).append (this .primary );
1282
1282
sb .append ("; factoryBeanName=" ).append (this .factoryBeanName );
1283
1283
sb .append ("; factoryMethodName=" ).append (this .factoryMethodName );
1284
- sb .append ("; initMethodNames=" ).append (this .initMethodNames );
1285
- sb .append ("; destroyMethodNames=" ).append (this .destroyMethodNames );
1284
+ sb .append ("; initMethodNames=" ).append (Arrays . toString ( this .initMethodNames ) );
1285
+ sb .append ("; destroyMethodNames=" ).append (Arrays . toString ( this .destroyMethodNames ) );
1286
1286
if (this .resource != null ) {
1287
1287
sb .append ("; defined in " ).append (this .resource .getDescription ());
1288
1288
}
You can’t perform that action at this time.
0 commit comments