(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 <ddek...@apache.org>
Authored: Sat Dec 16 09:59:50 2017 +0100
Committer: ddekany <ddek...@apache.org>
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.
          */

Reply via email to