You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/09/04 21:13:25 UTC

cvs commit: jakarta-turbine-3/src/java/org/apache/turbine/services/pull TurbinePullService.java

dlr         01/09/04 12:13:25

  Modified:    src/java/org/apache/turbine/services/pull
                        TurbinePullService.java
  Log:
  Added more header documentation to populateWithGlobalTools() method.
  
  Revision  Changes    Path
  1.7       +5 -3      jakarta-turbine-3/src/java/org/apache/turbine/services/pull/TurbinePullService.java
  
  Index: TurbinePullService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/services/pull/TurbinePullService.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- TurbinePullService.java	2001/08/30 05:57:59	1.6
  +++ TurbinePullService.java	2001/09/04 19:13:25	1.7
  @@ -144,7 +144,7 @@
    *
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @author <a href="mailto:sean@informage.net">Sean Legassick</a>
  - * @version $Id: TurbinePullService.java,v 1.6 2001/08/30 05:57:59 dlr Exp $
  + * @version $Id: TurbinePullService.java,v 1.7 2001/09/04 19:13:25 dlr Exp $
    */
   public class TurbinePullService
       extends BaseService
  @@ -409,9 +409,11 @@
       }
   
       /**
  -     * Populate the given context with the global tools
  +     * Populate the given context with the global tools.
  +     * Globally-scoped tools are initialized with a <code>null</code>
  +     * reference.
        *
  -     * @param context a TemplateContext to populate
  +     * @param context The <code>TemplateContext</code> to populate.
        */
       private void populateWithGlobalTools(TemplateContext context)
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org