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 Commit: 87ab46c04ac7d7661feae3d2f457e47d769725a3 Parents: a05998d Author: ddekany <[email protected]> Authored: Sat Mar 25 11:49:43 2017 +0100 Committer: ddekany <[email protected]> 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 */
