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 2016/06/01 21:27:13 UTC

incubator-freemarker git commit: (Manual: Remove misplaced sentence.)

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 47a53c9b5 -> 56f2d7779


(Manual: Remove misplaced sentence.)


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

Branch: refs/heads/2.3-gae
Commit: 56f2d7779978f9b5867ea2ca0269b554f005ed34
Parents: 47a53c9
Author: ddekany <dd...@apache.org>
Authored: Wed Jun 1 23:27:06 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Wed Jun 1 23:27:06 2016 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/56f2d777/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index d735859..c9c2b4a 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -17761,7 +17761,7 @@ Sorted by name.last:
           date, time and date-time values to get the value as
           <literal>java.util.Date.getTime()</literal> would return. This is
           useful if you have to call a Java methods that expect a timestamp as
-          a <literal>long</literal>. This conversion is not automatic.</para>
+          a <literal>long</literal>.</para>
         </section>
 
         <section xml:id="ref_builtin_eval">
@@ -18208,7 +18208,7 @@ Sorted by name.last:
           passed since the epoch. The number can be anything and of any type
           as far as its value fits into a <literal>long</literal>. If the
           number isn't a whole number, it will be rounded to whole with
-          half-up rule. This conversion is not automatic.</para>
+          half-up rule.</para>
 
           <para>Example:</para>