You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by qu...@apache.org on 2003/01/14 00:58:34 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts VelocityOnlyLayout.java

quintonm    2003/01/13 15:58:34

  Modified:    src/java/org/apache/turbine/modules/layouts
                        VelocityOnlyLayout.java
  Log:
  Minor javadoc correction
  
  Revision  Changes    Path
  1.2       +3 -4      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java
  
  Index: VelocityOnlyLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- VelocityOnlyLayout.java	16 Aug 2001 05:08:34 -0000	1.1
  +++ VelocityOnlyLayout.java	13 Jan 2003 23:58:34 -0000	1.2
  @@ -81,8 +81,7 @@
       /**
        * Method called by LayoutLoader.
        *
  -     * @param RunData
  -     * @return processed template in a String
  +     * @param data
        */
       public void doBuild( RunData data ) throws Exception
       {
  @@ -106,8 +105,8 @@
           /* variable to reference the navigation screen in the layout template */
           context.put("navigation", new TemplateNavigation( data ));
   
  -        /* Grab the layout template set in the WebMacroSitePage.  
  -         * If null, then use the default layout template 
  +        /* Grab the layout template set in the WebMacroSitePage.
  +         * If null, then use the default layout template
            * (done by the TemplateInfo object )
            */
           String templateName = data.getTemplateInfo().getLayoutTemplate();
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>