Skip to content

Commit 6f2a13f

Browse files
committed
Polishing
1 parent 6baa60d commit 6f2a13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/core/beans/factory-nature.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ xref:core/beans/java/bean-annotation.adoc#beans-java-lifecycle-callbacks[Receivi
180180

181181
[source,xml,indent=0,subs="verbatim,quotes"]
182182
----
183-
<bean id="exampleInitBean" class="examples.ExampleBean" destroy-method="cleanup"/>
183+
<bean id="exampleDestructionBean" class="examples.ExampleBean" destroy-method="cleanup"/>
184184
----
185185

186186
[tabs]
@@ -214,7 +214,7 @@ The preceding definition has almost exactly the same effect as the following def
214214

215215
[source,xml,indent=0,subs="verbatim,quotes"]
216216
----
217-
<bean id="exampleInitBean" class="examples.AnotherExampleBean"/>
217+
<bean id="exampleDestructionBean" class="examples.AnotherExampleBean"/>
218218
----
219219

220220
[tabs]

0 commit comments

Comments
 (0)