Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 dd70af30f -> c42014cc0


Fixed JavaDoc error


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/2e509940
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/2e509940
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/2e509940

Branch: refs/heads/3
Commit: 2e509940bf1d39c9e3baedb4935e2bd936e6a667
Parents: dd70af3
Author: ddekany <[email protected]>
Authored: Thu Jun 8 08:04:23 2017 +0200
Committer: ddekany <[email protected]>
Committed: Thu Jun 8 08:04:23 2017 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/freemarker/core/util/CommonBuilder.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/2e509940/freemarker-core/src/main/java/org/apache/freemarker/core/util/CommonBuilder.java
----------------------------------------------------------------------
diff --git 
a/freemarker-core/src/main/java/org/apache/freemarker/core/util/CommonBuilder.java
 
b/freemarker-core/src/main/java/org/apache/freemarker/core/util/CommonBuilder.java
index b2c3c2d..569f8d1 100644
--- 
a/freemarker-core/src/main/java/org/apache/freemarker/core/util/CommonBuilder.java
+++ 
b/freemarker-core/src/main/java/org/apache/freemarker/core/util/CommonBuilder.java
@@ -31,7 +31,7 @@ public interface CommonBuilder<ProductT> {
      * it's possibly a shared object instead of a new one. Builders shouldn't 
allow calling this method for multiple
      * times (not counting calls that threw exceptions), and should throw 
{@link IllegalStateException} to prevent that.
      *
-     * @thorws IllegalStateException If this method has already returned 
successfully once.
+     * @throws IllegalStateException If this method has already returned 
successfully once.
      */
     ProductT build() throws ConfigurationException;
 

Reply via email to