You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/05/02 06:50:06 UTC

svn commit: r652762 - /velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java

Author: nbubna
Date: Thu May  1 21:50:05 2008
New Revision: 652762

URL: http://svn.apache.org/viewvc?rev=652762&view=rev
Log:
change some tabs to spaces

Modified:
    velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java

Modified: velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java?rev=652762&r1=652761&r2=652762&view=diff
==============================================================================
--- velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java (original)
+++ velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java Thu May  1 21:50:05 2008
@@ -67,7 +67,7 @@
      *   <li>Static Content Include System</li>
      *   <li>Velocimacro System</li>
      * </ul>
- * @throws Exception
+     * @throws Exception
      */
     public void init() throws Exception;
 
@@ -347,7 +347,7 @@
      * @param macro  String form of macro body
      * @param argArray  Array of strings, containing the
      *                         #macro() arguments.  the 0th is the name.
- * @param sourceTemplate
+     * @param sourceTemplate
      * @return boolean  True if added, false if rejected for some
      *                  reason (either parameters or permission settings)
      */
@@ -433,7 +433,7 @@
 
     /**
      * Returns the configured class introspection/reflection
-     * implemenation.
+     * implementation.
      * @return The current Uberspect object.
      */
     public Uberspect getUberspect();
@@ -445,10 +445,10 @@
     public Log getLog();
 
     /**
-      * Returns the event handlers for the application.
+     * Returns the event handlers for the application.
      * @return The event handlers for the application.
-      */
-     public EventCartridge getApplicationEventCartridge();
+     */
+    public EventCartridge getApplicationEventCartridge();
 
 
     /**