You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jm...@apache.org on 2005/01/08 20:54:16 UTC

cvs commit: jakarta-commons/chain/xdocs cookbook.xml

jmitchell    2005/01/08 11:54:16

  Modified:    chain/xdocs cookbook.xml
  Log:
  Fix simply typo
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons/chain/xdocs/cookbook.xml
  
  Index: cookbook.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/chain/xdocs/cookbook.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cookbook.xml	12 Dec 2004 16:40:15 -0000	1.2
  +++ cookbook.xml	8 Jan 2005 19:54:16 -0000	1.3
  @@ -187,7 +187,7 @@
       <p><em>Catalog.</em> Many applications use "facades" and
       "factories" and other techniques to avoid binding layers too closely
       together. Layers need to interact, but often we don't want them to
  -    interact at the classname level. A <code>Catalog</code> is
  +    interact at the classname level. A <code>Catalog</code> is a
       collection of logically named Commands (or Chains) that a client can
       execute, without knowing the Command's classname.</p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org