dlr         01/05/30 15:57:29

  Modified:    src/java/org/apache/turbine/services/pull TurbinePull.java
  Log:
  JavaDoc simplification.
  
  Revision  Changes    Path
  1.10      +4 -5      
jakarta-turbine/src/java/org/apache/turbine/services/pull/TurbinePull.java
  
  Index: TurbinePull.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/services/pull/TurbinePull.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TurbinePull.java  2001/05/26 00:57:37     1.9
  +++ TurbinePull.java  2001/05/30 22:57:28     1.10
  @@ -68,7 +68,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Daniel Rall</a>
  - * @version $Id: TurbinePull.java,v 1.9 2001/05/26 00:57:37 dlr Exp $
  + * @version $Id: TurbinePull.java,v 1.10 2001/05/30 22:57:28 dlr Exp $
    */
   public abstract class TurbinePull
   {
  @@ -97,10 +97,9 @@
       }
   
       /**
  -     * This is used to check and make sure that the Pull Service has
  -     * been registered. This is required by the TurbineVelocityService
  -     * so it can determine whether to attempt to place the ToolBox in
  -     * the context.
  +     * Checks whether this service has been registered.  This is
  +     * required by the TurbineVelocityService so it can determine
  +     * whether to attempt to place the ToolBox in the context.
        * <p>
        * So users can use Turbine with templates in the traditional
        * manner. If the Pull Service is not listed in
  
  
  

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

Reply via email to