jvanzyl     01/07/12 19:11:09

  Modified:    src/java/org/apache/turbine/modules/layouts
                        TemplateLayout.java
  Log:
  - this isn't really needed anymore but we'll leave it here until
    we figure out what the overall pattern will be.
  
  Revision  Changes    Path
  1.3       +0 -13     
jakarta-turbine/src/java/org/apache/turbine/modules/layouts/TemplateLayout.java
  
  Index: TemplateLayout.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/modules/layouts/TemplateLayout.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TemplateLayout.java       2001/07/12 20:21:50     1.2
  +++ TemplateLayout.java       2001/07/13 02:11:07     1.3
  @@ -57,20 +57,7 @@
   import org.apache.turbine.RunData;
   import org.apache.turbine.modules.Module;
   
  -/**
  - */
   public class TemplateLayout 
       extends Module
   {
  -    /**
  -     * Method called by LayoutLoader.
  -     *
  -     * @param RunData
  -     * @return processed template in a String
  -     */
  -    public String doBuild( RunData data ) 
  -        throws Exception
  -    {
  -        return "";
  -    }
   }
  
  
  

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

Reply via email to