quintonm    2003/03/21 07:40:42

  Modified:    src/java/org/apache/turbine/services/pull
                        TurbinePullService.java
  Log:
  Updated docs and added myself as an author.
  
  Revision  Changes    Path
  1.23      +5 -4      
jakarta-turbine-2/src/java/org/apache/turbine/services/pull/TurbinePullService.java
  
  Index: TurbinePullService.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/pull/TurbinePullService.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- TurbinePullService.java   21 Mar 2003 15:37:17 -0000      1.22
  +++ TurbinePullService.java   21 Mar 2003 15:40:42 -0000      1.23
  @@ -130,7 +130,7 @@
    *              be threadsafe.
    *
    *  session:    tool is instantiated once for each user session, and is
  - *              stored in the user's temporary hashtable. Tool should be
  + *              stored in the session.  These tools do not need to be
    *              threadsafe.
    *
    *  authorized: tool is instantiated once for each user session once the
  @@ -140,8 +140,8 @@
    *              the user logs in and is is stored in the user's permanent
    *              hashtable.
    *              This means for a logged in user the tool will be persisted
  - *              in the user's objectdata. Tool should be threadsafe and
  - *              Serializable.
  + *              in the user's objectdata. Tool should be Serializable.  These
  + *              tools do not need to be threadsafe.
    *
    * Defaults: none
    * </pre>
  @@ -149,6 +149,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Sean Legassick</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Henning P. Schmiedehausen</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Quinton McCombs</a>
    * @version $Id$
    */
   public class TurbinePullService
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to