Author: dan.j.allen
Date: 2009-11-04 14:48:10 -0500 (Wed, 04 Nov 2009)
New Revision: 4680
Modified:
doc/trunk/reference/en-US/intro.xml
Log:
typo
Modified: doc/trunk/reference/en-US/intro.xml
===================================================================
--- doc/trunk/reference/en-US/intro.xml 2009-11-04 19:45:53 UTC (rev 4679)
+++ doc/trunk/reference/en-US/intro.xml 2009-11-04 19:48:10 UTC (rev 4680)
@@ -220,9 +220,9 @@
<title>The anatomy of a bean</title>
<para>
- A bean is usually an application class that contains business logic. It may be
called directly from Java code,
- or it may be invoked via Unified EL. A bean may access transactional resources.
Dependencies between beans are
- managed automatically by the container. Most beans are
<emphasis>stateful</emphasis> and
+ A bean is usually an application class that contains business logic. It may be
called directly from Java code,
+ or it may be invoked via the Unified EL. A bean may access transactional
resources. Dependencies between beans
+ are managed automatically by the container. Most beans are
<emphasis>stateful</emphasis> and
<emphasis>contextual</emphasis>. The lifecycle of a bean is always
managed by the container.
</para>