Skip to content

Commit 389a594

Browse files
committed
删除了多余的“为”
1 parent e9061e2 commit 389a594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

III. Core Technologies/Bean definition inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bean的定义可以包含很多配置信息,包括构造方法参数,属性
2424

2525
其余的设置总是取自子bean定义:depends on, autowire mode, dependency check, singleton, scope, lazy init。
2626

27-
上面的例子,通过使用`abstract`属性明确地表明这个父bean定义是抽象的。如果,父bean定义没有明确地指出所属的类,那么标记父bean定义为为`abstract`是必须的,如下:
27+
上面的例子,通过使用`abstract`属性明确地表明这个父bean定义是抽象的。如果,父bean定义没有明确地指出所属的类,那么标记父bean定义为`abstract`是必须的,如下:
2828
```
2929
<bean id="inheritedTestBeanWithoutClass" abstract="true">
3030
<property name="name" value="parent"/>

0 commit comments

Comments
 (0)