You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by vi...@apache.org on 2011/12/18 18:57:42 UTC

svn commit: r1220506 - /openejb/site/trunk/content/singleton-example.mdtext

Author: vishwanathk
Date: Sun Dec 18 17:57:42 2011
New Revision: 1220506

URL: http://svn.apache.org/viewvc?rev=1220506&view=rev
Log:
Correct html nesting to correct alignment

Modified:
    openejb/site/trunk/content/singleton-example.mdtext

Modified: openejb/site/trunk/content/singleton-example.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/singleton-example.mdtext?rev=1220506&r1=1220505&r2=1220506&view=diff
==============================================================================
--- openejb/site/trunk/content/singleton-example.mdtext (original)
+++ openejb/site/trunk/content/singleton-example.mdtext Sun Dec 18 17:57:42 2011
@@ -54,9 +54,8 @@ public class PropertyRegistryBean implem
     }
 
 }
-</pre></code>
+</code></pre>
 
-<div class="container">
 ComponentRegistryBean
 
 Here we see a bean that uses the Container-Managed Concurrency option, the default. With @ConcurrencyManagement(CONTAINER) the container controls whether multi-threaded access should be allowed to the bean (@Lock(READ)) or if single-threaded access should be enforced (@Lock(WRITE)).
@@ -131,7 +130,7 @@ public class ComponentRegistryBeanTest e
         assertSame(expectedDate, actualDate);
     }
 }
-</pre></code>
+</code></pre>
 
 #Running
 
@@ -170,5 +169,5 @@ Tests run: 1, Failures: 0, Errors: 0, Sk
 Results :
 
 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
-</pre></code>
+</code></pre>
 </div>
\ No newline at end of file