From notifications-return-4976-archive-asf-public=cust-asf.ponee.io@freemarker.incubator.apache.org Sat Feb 3 22:16:54 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 54767180671 for ; Sat, 3 Feb 2018 22:16:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4466A160C5A; Sat, 3 Feb 2018 21:16:53 +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 9750C160C26 for ; Sat, 3 Feb 2018 22:16:52 +0100 (CET) Received: (qmail 13436 invoked by uid 500); 3 Feb 2018 21:16:51 -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 13426 invoked by uid 99); 3 Feb 2018 21:16:51 -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; Sat, 03 Feb 2018 21:16:51 +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 443AF185319 for ; Sat, 3 Feb 2018 21:16:50 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id KU1PhjofEYAN for ; Sat, 3 Feb 2018 21:16:49 +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 670295FBEE for ; Sat, 3 Feb 2018 21:16:48 +0000 (UTC) Received: (qmail 12711 invoked by uid 99); 3 Feb 2018 21:16:46 -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; Sat, 03 Feb 2018 21:16:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 569A2E0D62; Sat, 3 Feb 2018 21:16:44 +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 Date: Sat, 03 Feb 2018 21:16:57 -0000 Message-Id: <6ad17e94639549378800289b02726160@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/27] incubator-freemarker git commit: (Typo in JavaDoc...) (Typo in JavaDoc...) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/2f24b4a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/2f24b4a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/2f24b4a3 Branch: refs/heads/2.3 Commit: 2f24b4a3ac1ef597bbce68da24d590c0086310fe Parents: f43e5c1 Author: ddekany Authored: Sat Dec 16 09:59:50 2017 +0100 Committer: ddekany Committed: Sat Dec 16 09:59:50 2017 +0100 ---------------------------------------------------------------------- src/main/java/freemarker/ext/jsp/TaglibFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/2f24b4a3/src/main/java/freemarker/ext/jsp/TaglibFactory.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/ext/jsp/TaglibFactory.java b/src/main/java/freemarker/ext/jsp/TaglibFactory.java index 909a372..fa8c7b1 100644 --- a/src/main/java/freemarker/ext/jsp/TaglibFactory.java +++ b/src/main/java/freemarker/ext/jsp/TaglibFactory.java @@ -1152,7 +1152,7 @@ public class TaglibFactory implements TemplateHashModel { /** * @param rootContainerPattern * The pattern against which the classpath root container URL-s will be matched. For example, to only - * search in jar-s whose name contains "taglib", the patter should be {@code ".*taglib\.jar$"}. To + * search in jar-s whose name ends with "taglib", the patter should be {@code ".*taglib\.jar$"}. To * search everywhere, the pattern should be {@code ".*"}. The pattern need to match the whole URL, * not just part of it. */