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/10/02 22:09:06 UTC

cvs commit: jakarta-turbine-fulcrum/src/services/java/org/apache/fulcrum/velocity VelocityService.java

dlr         01/10/02 13:09:06

  Modified:    src/services/java/org/apache/fulcrum/velocity
                        VelocityService.java
  Log:
  JavaDoc grammar corrections.
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-turbine-fulcrum/src/services/java/org/apache/fulcrum/velocity/VelocityService.java
  
  Index: VelocityService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/src/services/java/org/apache/fulcrum/velocity/VelocityService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- VelocityService.java	2001/08/10 11:46:25	1.2
  +++ VelocityService.java	2001/10/02 20:09:06	1.3
  @@ -68,7 +68,7 @@
    * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
    * @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
  - * @version $Id: VelocityService.java,v 1.2 2001/08/10 11:46:25 knielsen Exp $
  + * @version $Id: VelocityService.java,v 1.3 2001/10/02 20:09:06 dlr Exp $
    */
   public interface VelocityService extends Service
   {
  @@ -81,7 +81,7 @@
        * @param context A context to use when evaluating the specified
        * template.
        * @param filename The file name of the template.
  -     * @return The process template as a String.
  +     * @return The processed template.
        * @exception Exception, a generic exception.
        */
       public String handleRequest(Context context, String filename)
  @@ -97,7 +97,7 @@
        * @param charset The character set to use when writing the result.
        * @param encoding The encoding to use when merging context and
        * template.
  -     * @return The process template as a String.
  +     * @return The processed template.
        * @exception Exception, a generic exception.
        */
       public String handleRequest(Context context, String template,
  
  
  

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