[jboss-cvs] JBossCache/docs/tutorial/en ...

Manik Surtani manik at jboss.org
Thu Apr 26 06:39:20 EDT 2007


  User: msurtani
  Date: 07/04/26 06:39:20

  Modified:    docs/tutorial/en  master.xml
  Log:
  Fixed typos
  
  Revision  Changes    Path
  1.18      +7 -7      JBossCache/docs/tutorial/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/tutorial/en/master.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- master.xml	17 Apr 2007 07:45:14 -0000	1.17
  +++ master.xml	26 Apr 2007 10:39:20 -0000	1.18
  @@ -181,9 +181,9 @@
                     Create child nodes under the root node.
                     <programlisting><![CDATA[
   
  -   child1 = root.addChild(child1);
  -   child2 = root.addChild(child2);
  -   child3 = root.addChild(child3);
  +   child1 = root.addChild(childFqn1);
  +   child2 = root.addChild(childFqn2);
  +   child3 = root.addChild(childFqn3);
   
                        ]]></programlisting>
                  </listitem>
  @@ -192,7 +192,7 @@
                     Query the nodes
                     <programlisting><![CDATA[
   
  -   root.hasChild(child1); // should return true
  +   root.hasChild(childFqn1); // should return true
      child2.hasChild(childFqn3.getLastElement()); // should return true
      child3.getParent(); // should return child2
      child2.getParent(); // should return root
  
  
  



More information about the jboss-cvs-commits mailing list