Author: buildbot
Date: Fri Sep 9 23:17:34 2011
New Revision: 795528
Log:
Staging update by buildbot
Modified:
websites/staging/aries/trunk/content/modules/blueprint.html
Modified: websites/staging/aries/trunk/content/modules/blueprint.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/blueprint.html (original)
+++ websites/staging/aries/trunk/content/modules/blueprint.html Fri Sep 9
23:17:34 2011
@@ -338,7 +338,8 @@ the exact type. </p>
example, the <em>class</em> attribute specifies the name of the Java class to
instantiate. The Blueprint Container will create the <em>Account</em> object by
passing <em>1</em> as the argument to the constructor. </p>
-<p>public class Account { <br />
+<p>:::java
+ public class Account { <br />
public Account(long number) {
...
}