Browse Source

Polishing

pull/31496/head
Sam Brannen 1 year ago
parent
commit
6f2a13fafd
  1. 4
      framework-docs/modules/ROOT/pages/core/beans/factory-nature.adoc

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

@ -180,7 +180,7 @@ xref:core/beans/java/bean-annotation.adoc#beans-java-lifecycle-callbacks[Receivi @@ -180,7 +180,7 @@ xref:core/beans/java/bean-annotation.adoc#beans-java-lifecycle-callbacks[Receivi
[source,xml,indent=0,subs="verbatim,quotes"]
----
<bean id="exampleInitBean" class="examples.ExampleBean" destroy-method="cleanup"/>
<bean id="exampleDestructionBean" class="examples.ExampleBean" destroy-method="cleanup"/>
----
[tabs]
@ -214,7 +214,7 @@ The preceding definition has almost exactly the same effect as the following def @@ -214,7 +214,7 @@ The preceding definition has almost exactly the same effect as the following def
[source,xml,indent=0,subs="verbatim,quotes"]
----
<bean id="exampleInitBean" class="examples.AnotherExampleBean"/>
<bean id="exampleDestructionBean" class="examples.AnotherExampleBean"/>
----
[tabs]

Loading…
Cancel
Save