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/03/25 10:49:48 UTC

incubator-freemarker git commit: JavaDoc: False statement in getCustomNumberFormatsWithoutFallback

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae a05998df2 -> 87ab46c04


JavaDoc: False statement in getCustomNumberFormatsWithoutFallback


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

Branch: refs/heads/2.3-gae
Commit: 87ab46c04ac7d7661feae3d2f457e47d769725a3
Parents: a05998d
Author: ddekany <dd...@apache.org>
Authored: Sat Mar 25 11:49:43 2017 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sat Mar 25 11:49:43 2017 +0100

----------------------------------------------------------------------
 src/main/java/freemarker/core/Configurable.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/87ab46c0/src/main/java/freemarker/core/Configurable.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/core/Configurable.java b/src/main/java/freemarker/core/Configurable.java
index f986c0f..84264c6 100644
--- a/src/main/java/freemarker/core/Configurable.java
+++ b/src/main/java/freemarker/core/Configurable.java
@@ -841,8 +841,7 @@ public class Configurable {
     }
 
     /**
-     * Like {@link #getCustomNumberFormats()}, but doesn't fall back to the parent {@link Configurable}, nor does it
-     * provide a non-{@code null} default when called as the method of a {@link Configuration}.
+     * Like {@link #getCustomNumberFormats()}, but doesn't fall back to the parent {@link Configurable}.
      * 
      * @since 2.3.25
      */