You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/02/23 00:52:25 UTC

svn commit: r1292590 - /openejb/site/trunk/content/dev/configuration-and-assembly.mdtext

Author: dblevins
Date: Wed Feb 22 23:52:24 2012
New Revision: 1292590

URL: http://svn.apache.org/viewvc?rev=1292590&view=rev
Log:
Fixed formatting

Modified:
    openejb/site/trunk/content/dev/configuration-and-assembly.mdtext

Modified: openejb/site/trunk/content/dev/configuration-and-assembly.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/dev/configuration-and-assembly.mdtext?rev=1292590&r1=1292589&r2=1292590&view=diff
==============================================================================
--- openejb/site/trunk/content/dev/configuration-and-assembly.mdtext (original)
+++ openejb/site/trunk/content/dev/configuration-and-assembly.mdtext Wed Feb 22 23:52:24 2012
@@ -31,6 +31,7 @@ all the magic stripped away.  At a high 
     1. When this step completes, you have a running application.
     1. Any failures prior to this point require no cleanup.  Only the assembler builds "live" objects.
 
+An example of what this looks like in code
 
     import javax.ejb.LocalBean;
     import javax.ejb.Stateful;