You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2003/09/17 17:03:47 UTC

cvs commit: jakarta-commons-sandbox/chain PROPOSAL.html

husted      2003/09/17 08:03:47

  Modified:    chain    PROPOSAL.html
  Log:
  Closing parentheses
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons-sandbox/chain/PROPOSAL.html
  
  Index: PROPOSAL.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/PROPOSAL.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PROPOSAL.html	12 Aug 2003 19:33:56 -0000	1.2
  +++ PROPOSAL.html	17 Sep 2003 15:03:47 -0000	1.3
  @@ -31,7 +31,7 @@
   used in either a Servlet or Portlet, without being tied directly to the API
   contracts of either of these environments).  For commands that need to allocate
   resources prior to delegation, and then release them upon return (even if a
  -delegated-to command throws an exception, the "filter" extension to "command"
  +delegated-to command throws an exception), the "filter" extension to "command"
   provides a <code>postprocess()</code> method for this cleanup.  Finally,
   commands can be stored and looked up in a "catalog" to allow deferral of the
   decision on which command (or chain) is actually executed.</p>