Javadoc fixes.



git-svn-id: https://svn.apache.org/repos/asf/jakarta/velocity/engine/trunk@471260 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/velocity/exception/VelocityException.java b/src/java/org/apache/velocity/exception/VelocityException.java
index 7293691..df5397d 100644
--- a/src/java/org/apache/velocity/exception/VelocityException.java
+++ b/src/java/org/apache/velocity/exception/VelocityException.java
@@ -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)
     {
diff --git a/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java b/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
index 1f3bfdb..93d771a 100644
--- a/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
+++ b/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
@@ -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
+}