dlr         01/02/14 13:31:49

  Modified:    src/java/org/apache/velocity/runtime Runtime.java
  Log:
  Added a tad of JavaDoc to getTemplate(String).
  
  Revision  Changes    Path
  1.85      +5 -2      
jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java
  
  Index: Runtime.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- Runtime.java      2001/01/13 16:37:34     1.84
  +++ Runtime.java      2001/02/14 21:31:46     1.85
  @@ -169,7 +169,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Jeff Bowden</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Geir Magusson Jr.</a>
  - * @version $Id: Runtime.java,v 1.84 2001/01/13 16:37:34 geirm Exp $
  + * @version $Id: Runtime.java,v 1.85 2001/02/14 21:31:46 dlr Exp $
    */
   public class Runtime implements RuntimeConstants
   {    
  @@ -626,7 +626,10 @@
       }        
   
       /**
  -     * Returns a Template from the resource manager
  +     * Returns a <code>Template</code> from the resource manager
  +     *
  +     * @param name The file name of the desired template.
  +     * @return     The template.
        */
       public static Template getTemplate(String name)
           throws Exception
  
  
  

Reply via email to