Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3 402d66744 -> 617ad6fc0


(JavaDoc typo fix)


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

Branch: refs/heads/2.3
Commit: 816134989482e95cbb1f14c7e119b275e02ab610
Parents: 43ae3de
Author: ddekany <[email protected]>
Authored: Tue Jan 24 23:50:17 2017 +0100
Committer: ddekany <[email protected]>
Committed: Tue Jan 24 23:50:17 2017 +0100

----------------------------------------------------------------------
 src/main/java/freemarker/core/Environment.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/81613498/src/main/java/freemarker/core/Environment.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/core/Environment.java 
b/src/main/java/freemarker/core/Environment.java
index 3e454d6..876fbba 100644
--- a/src/main/java/freemarker/core/Environment.java
+++ b/src/main/java/freemarker/core/Environment.java
@@ -2672,7 +2672,7 @@ public final class Environment extends Configurable {
      *            {@link TemplateNameFormat#DEFAULT_2_4_0}, the rules are as 
follows. If you want to specify a base
      *            directory here, it must end with {@code "/"}. If it doesn't 
end with {@code "/"}, it's parent
      *            directory will be used as the base path. Might starts with a 
scheme part (like {@code "foo://"}, or
-     *            with {@link TemplateNameFormat#DEFAULT_2_4_0} even just 
{@code "foo:"}).
+     *            with {@link TemplateNameFormat#DEFAULT_2_4_0} even just with 
{@code "foo:"}).
      * @param targetName
      *            The name of the template, which is either a relative or 
absolute name. Assuming
      *            {@link TemplateNameFormat#DEFAULT_2_3_0} or {@link 
TemplateNameFormat#DEFAULT_2_4_0}, the rules are as

Reply via email to