You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/11/04 21:37:20 UTC

svn commit: r471260 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: exception/VelocityException.java runtime/resource/ResourceManagerImpl.java

Author: henning
Date: Sat Nov  4 12:37:20 2006
New Revision: 471260

URL: http://svn.apache.org/viewvc?view=rev&rev=471260
Log:
Javadoc fixes.


Modified:
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/VelocityException.java
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java

Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/VelocityException.java
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/VelocityException.java?view=diff&rev=471260&r1=471259&r2=471260
==============================================================================
--- jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/VelocityException.java (original)
+++ jakarta/velocity/engine/trunk/src/java/org/apache/velocity/exception/VelocityException.java Sat Nov  4 12:37:20 2006
@@ -49,7 +49,7 @@
 
     /**
      * @param exceptionMessage The message to register.
-     * @param throwable A throwable object that caused the Exception.
+     * @param wrapped A throwable object that caused the Exception.
      */
     public VelocityException(final String exceptionMessage, final Throwable wrapped)
     {
@@ -59,7 +59,7 @@
     }
 
     /**
-     * @param throwable A throwable object that caused the Exception.
+     * @param wrapped A throwable object that caused the Exception.
      */
     public VelocityException(final Throwable wrapped)
     {

Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java?view=diff&rev=471260&r1=471259&r2=471260
==============================================================================
--- jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java (original)
+++ jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java Sat Nov  4 12:37:20 2006
@@ -92,7 +92,7 @@
     /**
      * Initialize the ResourceManager.
      *
-     * @param  rs  The Runtime Services object which is associated with this Resource Manager.
+     * @param  rsvc  The Runtime Services object which is associated with this Resource Manager.
      *
      * @throws  Exception
      */
@@ -621,4 +621,4 @@
 
         return null;
     }
-}
\ No newline at end of file
+}



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