Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/singleton-beans.mdtext
James
Index: trunk/content/singleton-beans.mdtext
===================================================================
--- trunk/content/singleton-beans.mdtext (revision 1655892)
+++ trunk/content/singleton-beans.mdtext (working copy)
@@ -1,4 +1,5 @@
Title: Singleton Beans
+
<a name="SingletonBeans-SingletonOverview"></a>
# Singleton Overview
For the first time in years EJB has a new bean type, the *@Singleton*. In
@@ -135,7 +136,7 @@
}
-In the event it is not possible to acquire the lock a
+In the event if it is not possible to acquire the lock a
*javax.ejb.ConcurrentAccessException* or
*javax.ejb.ConcurrentAccessTimeoutException* will be thrown.