Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 2a58032ec -> 4ef57f1cf
Fixed typo in the Manual Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/4ef57f1c Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/4ef57f1c Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/4ef57f1c Branch: refs/heads/2.3-gae Commit: 4ef57f1cf781642c418d48b2d45cea72ab5cc052 Parents: 2a58032 Author: ddekany <[email protected]> Authored: Fri Jan 6 22:07:25 2017 +0100 Committer: ddekany <[email protected]> Committed: Fri Jan 6 22:07:25 2017 +0100 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/4ef57f1c/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 6424689..0a4f9e5 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -9616,7 +9616,7 @@ Configuration cfg = ...; ... Map<String, TemplateNumberFormatFactory> customNumberFormats = ...; ... -customNumberFormats.put("hex", BaseNTemplateNumberFormatFactory.INSTANCE); +customNumberFormats.put("base", BaseNTemplateNumberFormatFactory.INSTANCE); ... cfg.setCustomNumberFormats(customNumberFormats);</programlisting>
