From notifications-return-4948-archive-asf-public=cust-asf.ponee.io@freemarker.incubator.apache.org Wed Jan 31 03:53:17 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id E12BA18061A for ; Wed, 31 Jan 2018 03:53:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D0E1E160C54; Wed, 31 Jan 2018 02:53: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 237FC160C53 for ; Wed, 31 Jan 2018 03:53:16 +0100 (CET) Received: (qmail 22673 invoked by uid 500); 31 Jan 2018 02:53:16 -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 22664 invoked by uid 99); 31 Jan 2018 02:53:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2018 02:53:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 728ED18C446 for ; Wed, 31 Jan 2018 02:53:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -11.731 X-Spam-Level: X-Spam-Status: No, score=-11.731 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JfD7mjF9rJas for ; Wed, 31 Jan 2018 02:53:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 170DB5F1B9 for ; Wed, 31 Jan 2018 02:53:14 +0000 (UTC) Received: (qmail 22596 invoked by uid 99); 31 Jan 2018 02:53: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, 31 Jan 2018 02:53:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68452DFC3E; Wed, 31 Jan 2018 02:53:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: woonsan@apache.org To: notifications@freemarker.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-freemarker git commit: FREEMARKER-55: polishing javadoc of CallPlace#getNestedContentParameterCount() Date: Wed, 31 Jan 2018 02:53:13 +0000 (UTC) Repository: incubator-freemarker Updated Branches: refs/heads/3 0288c9296 -> e623d9b60 FREEMARKER-55: polishing javadoc of CallPlace#getNestedContentParameterCount() Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/e623d9b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/e623d9b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/e623d9b6 Branch: refs/heads/3 Commit: e623d9b604c1db71b6d61ddaf0483b5852d89d57 Parents: 0288c92 Author: Woonsan Ko Authored: Tue Jan 30 21:53:05 2018 -0500 Committer: Woonsan Ko Committed: Tue Jan 30 21:53:05 2018 -0500 ---------------------------------------------------------------------- .../src/main/java/org/apache/freemarker/core/CallPlace.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e623d9b6/freemarker-core/src/main/java/org/apache/freemarker/core/CallPlace.java ---------------------------------------------------------------------- diff --git a/freemarker-core/src/main/java/org/apache/freemarker/core/CallPlace.java b/freemarker-core/src/main/java/org/apache/freemarker/core/CallPlace.java index d204084..6b9ba34 100644 --- a/freemarker-core/src/main/java/org/apache/freemarker/core/CallPlace.java +++ b/freemarker-core/src/main/java/org/apache/freemarker/core/CallPlace.java @@ -48,8 +48,8 @@ public interface CallPlace { * The number of nested content parameters in this call (like 2 in {@code <@foo xs; k, v>...}). If you want the * caller to specify a fixed number of nested content parameters, then this is not interesting for you, and just * pass an array of that length to {@link #executeNestedContent(TemplateModel[], Writer, Environment)}. If, however, - * you want to allow the caller to declare less parameters, then this is how you know how much parameters you should - * calculate and pass to {@link #executeNestedContent(TemplateModel[], Writer, Environment)}. + * you want to allow the directive/function call to declare fewer parameters, then this is how you know how many + * parameters you should calculate and pass to {@link #executeNestedContent(TemplateModel[], Writer, Environment)}. */ int getNestedContentParameterCount();