aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java')
-rw-r--r--velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java
index e2fc7b43..9a2d5643 100644
--- a/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java
+++ b/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java
@@ -142,6 +142,7 @@ public abstract class ResourceLoader
* to create a template.
*
* @param source
+ * @param encoding
* @return The reader for the requested resource.
* @throws ResourceNotFoundException
* @since 2.0
@@ -277,7 +278,8 @@ public abstract class ResourceLoader
* @param rawStream The raw input stream.
* @param encoding The asked encoding.
* @return found reader
- * @throws IOException, UnsupportedEncodingException
+ * @throws IOException
+ * @throws UnsupportedEncodingException
* @since 2.0
*/
protected Reader buildReader(InputStream rawStream, String encoding)