dgraham     2002/10/26 19:29:03

  Modified:    doc/userGuide building_controller.xml
  Log:
  fixed typo in exception handler docs
  
  Revision  Changes    Path
  1.39      +1 -1      jakarta-struts/doc/userGuide/building_controller.xml
  
  Index: building_controller.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- building_controller.xml   27 Oct 2002 02:27:47 -0000      1.38
  +++ building_controller.xml   27 Oct 2002 02:29:02 -0000      1.39
  @@ -429,7 +429,7 @@
         You can override global exception handlers by defining a handler inside an 
action definition.
         </p>
         <p>
  -      A common use of ExceptionHandler's is to configure one for 
java.lang.Exception so it's called
  +      A common use of ExceptionHandlers is to configure one for java.lang.Exception 
so it's called
         for any exception and log the exception to some data store.
         </p>
         </section>
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to