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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to