Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 64BC82009E2 for ; Wed, 1 Jun 2016 23:27:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 631AE160A4C; Wed, 1 Jun 2016 21:27:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB123160A45 for ; Wed, 1 Jun 2016 23:27:16 +0200 (CEST) Received: (qmail 60038 invoked by uid 500); 1 Jun 2016 21:27:15 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 60029 invoked by uid 99); 1 Jun 2016 21:27:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 21:27:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8980BC0D08 for ; Wed, 1 Jun 2016 21:27:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id WkmMYX0BF8oU for ; Wed, 1 Jun 2016 21:27:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 226645F2C2 for ; Wed, 1 Jun 2016 21:27:13 +0000 (UTC) Received: (qmail 60025 invoked by uid 99); 1 Jun 2016 21:27:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 21:27:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3890AE0498; Wed, 1 Jun 2016 21:27:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-freemarker git commit: (Manual: Remove misplaced sentence.) Date: Wed, 1 Jun 2016 21:27:13 +0000 (UTC) archived-at: Wed, 01 Jun 2016 21:27:17 -0000 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 Authored: Wed Jun 1 23:27:06 2016 +0200 Committer: ddekany 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 java.util.Date.getTime() would return. This is useful if you have to call a Java methods that expect a timestamp as - a long. This conversion is not automatic. + a long.
@@ -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 long. If the number isn't a whole number, it will be rounded to whole with - half-up rule. This conversion is not automatic. + half-up rule. Example: