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 2015/09/10 01:24:39 UTC

incubator-freemarker git commit: Version history typo: "Added freemarker.core.AliasTemplateNumberFormat*Factory* and AliasTemplateDateFormat*Factory*..."

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 3fab33d91 -> 26c1ff1ea


Version history typo: "Added freemarker.core.AliasTemplateNumberFormat*Factory* and AliasTemplateDateFormat*Factory*..."


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

Branch: refs/heads/2.3-gae
Commit: 26c1ff1ea5a9d2ffa9e1705dd4fd3287cc24998e
Parents: 3fab33d
Author: ddekany <dd...@apache.org>
Authored: Thu Sep 10 01:24:25 2015 +0200
Committer: ddekany <dd...@apache.org>
Committed: Thu Sep 10 01:24:25 2015 +0200

----------------------------------------------------------------------
 src/manual/book.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/26c1ff1e/src/manual/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/book.xml b/src/manual/book.xml
index f50afda..5978a6d 100644
--- a/src/manual/book.xml
+++ b/src/manual/book.xml
@@ -25678,10 +25678,10 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
 
                 <listitem>
                   <para>Added
-                  <literal>freemarker.core.AliasTemplateNumberFormat</literal>
-                  and <literal>AliasTemplateDateFormat</literal>, which can be
-                  used to create custom formats that are aliases to other
-                  formats. For example, instead of writing
+                  <literal>freemarker.core.AliasTemplateNumberFormatFactory</literal>
+                  and <literal>AliasTemplateDateFormatFactory</literal>, which
+                  can be used to create custom formats that are aliases to
+                  other formats. For example, instead of writing
                   <literal>${n?string["0.00"]}</literal> again and again, you
                   can define the custom format <literal>"price"</literal> as
                   the alias to the format string <literal>"0.00"</literal> in
@@ -25850,10 +25850,10 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
 
             <listitem>
               <para>Added
-              <literal>freemarker.core.AliasTemplateNumberFormat</literal> and
-              <literal>AliasTemplateDateFormat</literal>, which can be used to
-              create custom formats that are aliases to other formats. For
-              example, instead of writing
+              <literal>freemarker.core.AliasTemplateNumberFormatFactory</literal>
+              and <literal>AliasTemplateDateFormatFactory</literal>, which can
+              be used to create custom formats that are aliases to other
+              formats. For example, instead of writing
               <literal>${n?string["0.00"]}</literal> again and again, you can
               define the custom format <literal>"price"</literal> as the alias
               to the format string <literal>"0.00"</literal> in the