geirm       01/05/18 05:01:47

  Modified:    src/java/org/apache/velocity/app Velocity.java
  Log:
  small javadoc update
  
  Revision  Changes    Path
  1.18      +7 -1      jakarta-velocity/src/java/org/apache/velocity/app/Velocity.java
  
  Index: Velocity.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/app/Velocity.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Velocity.java     2001/05/11 03:56:31     1.17
  +++ Velocity.java     2001/05/18 12:01:43     1.18
  @@ -108,7 +108,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
    * @author <a href="[EMAIL PROTECTED]">Christoph Reck</a>
    * @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
  - * @version $Id: Velocity.java,v 1.17 2001/05/11 03:56:31 geirm Exp $
  + * @version $Id: Velocity.java,v 1.18 2001/05/18 12:01:43 geirm Exp $
    */
   
   public class Velocity implements RuntimeConstants
  @@ -314,6 +314,8 @@
        *
        *  @return true if successful, false otherwise.  If false, see 
        *               Velocity runtime log
  +     *
  +     *  @since Velocity v1.1
        */
       public static boolean evaluate( Context context, Writer writer, 
                                       String logTag, Reader reader )
  @@ -512,6 +514,8 @@
        *
        *  @return true if successful, false otherwise.  Errors 
        *           logged to velocity log
  +     *
  +     *  @since Velocity v1.1
        */
       public static boolean mergeTemplate( String templateName, String encoding,
                                         Context context, Writer writer )
  @@ -562,6 +566,8 @@
        * @throws ParseErrorException if template cannot be parsed due
        *          to syntax (or other) error.
        * @throws Exception if an error occurs in template initialization
  +     *
  +     *  @since Velocity v1.1
        */
       public static Template getTemplate(String name, String encoding)
           throws ResourceNotFoundException, ParseErrorException, Exception
  
  
  

Reply via email to