typo
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/9045429c Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/9045429c Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/9045429c Branch: refs/heads/master Commit: 9045429c6f991fadc5543a8d24310d0d82131046 Parents: 1e36351 Author: Matt Benson <[email protected]> Authored: Fri Oct 28 21:55:52 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Fri Oct 28 21:55:52 2016 +0000 ---------------------------------------------------------------------- bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/9045429c/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java ---------------------------------------------------------------------- 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 @@ import java.util.Map; * 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;
