[jbosscache-commits] JBoss Cache SVN: r6993 - pojo/tags/2.2.0.GA/src/main/docbook/userguide/en/modules.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Oct 21 18:25:24 EDT 2008


Author: jason.greene at 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");




More information about the jbosscache-commits mailing list