You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/10/28 21:55:53 UTC

svn commit: r1767083 - /bval/trunk/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java

Author: mbenson
Date: Fri Oct 28 21:55:52 2016
New Revision: 1767083

URL: http://svn.apache.org/viewvc?rev=1767083&view=rev
Log:
typo

Modified:
    bval/trunk/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java

Modified: bval/trunk/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java
URL: http://svn.apache.org/viewvc/bval/trunk/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java?rev=1767083&r1=1767082&r2=1767083&view=diff
==============================================================================
--- bval/trunk/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java (original)
+++ bval/trunk/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java Fri Oct 28 21:55:52 2016
@@ -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;