Author: jason.greene(a)jboss.com
Date: 2008-10-21 18:25:24 -0400 (Tue, 21 Oct 2008)
New Revision: 6993
Modified:
pojo/tags/2.2.0.GA/src/main/docbook/userguide/en/modules/architecture.xml
Log:
Fix type-o
Modified: pojo/tags/2.2.0.GA/src/main/docbook/userguide/en/modules/architecture.xml
===================================================================
--- pojo/tags/2.2.0.GA/src/main/docbook/userguide/en/modules/architecture.xml 2008-10-21
22:24:38 UTC (rev 6992)
+++ pojo/tags/2.2.0.GA/src/main/docbook/userguide/en/modules/architecture.xml 2008-10-21
22:25:24 UTC (rev 6993)
@@ -441,7 +441,7 @@
...
public void someMethod()
{
- Team team = new Tesam();
+ Team team = new Team();
cache.attach("/team/1", team);
team.setMember(0, "John");
Show replies by date