commit | d3cd1adaf60fcd550a0920a20d6fb629ca51a3dd | [log] [tgz] |
---|---|---|
author | mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68> | Fri Oct 28 21:55:52 2016 +0000 |
committer | mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68> | Fri Oct 28 21:55:52 2016 +0000 |
tree | 2a0f120ef815a6e26540bfd078d4f5af913a0cee | |
parent | 6cf5a1192f5954bc1202cbd1b7a70c1cba675e89 [diff] |
typo git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1767083 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java b/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java index 59d7d5d..11c668b 100644 --- a/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java +++ b/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java
@@ -35,7 +35,7 @@ * This implementation uses a freemarker template to generate the output.<br/> * * This is an optional module which requires the freemarker dependency - * and template resourece file "bean-infos-json.ftl" with it. + * and template resource file "bean-infos-json.ftl" with it. */ public class JSONGenerator { private final Template template;