You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/06/23 19:04:54 UTC

[2/2] incubator-freemarker git commit: (JavaDoc typo)

(JavaDoc typo)


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

Branch: refs/heads/3
Commit: e97f6ba21b7f6b03c4c8606d92d74450a6bbf9a6
Parents: d732b3c
Author: ddekany <dd...@apache.org>
Authored: Fri Jun 23 21:04:34 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Fri Jun 23 21:04:34 2017 +0200

----------------------------------------------------------------------
 .../apache/freemarker/core/model/impl/DefaultObjectWrapper.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e97f6ba2/freemarker-core/src/main/java/org/apache/freemarker/core/model/impl/DefaultObjectWrapper.java
----------------------------------------------------------------------
diff --git a/freemarker-core/src/main/java/org/apache/freemarker/core/model/impl/DefaultObjectWrapper.java b/freemarker-core/src/main/java/org/apache/freemarker/core/model/impl/DefaultObjectWrapper.java
index 28ea4b3..e4436e9 100644
--- a/freemarker-core/src/main/java/org/apache/freemarker/core/model/impl/DefaultObjectWrapper.java
+++ b/freemarker-core/src/main/java/org/apache/freemarker/core/model/impl/DefaultObjectWrapper.java
@@ -1025,7 +1025,7 @@ public class DefaultObjectWrapper implements RichObjectWrapper {
      * enumeration. To obtain an enum model for a class, get the element of this
      * hash with the fully qualified class name. For example, if you place this
      * hash model inside the root data model under name "enums", you can use
-     * i.e. <code>statics["java.math.RoundingMode"].UP</code> to access the
+     * i.e. <code>enums["java.math.RoundingMode"].UP</code> to access the
      * {@link java.math.RoundingMode#UP} value.
      * @return a hash model whose keys are fully qualified class names, and
      * that returns hash models whose elements are the enum models of the