(Fixed visibility oversight)

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

Branch: refs/heads/3
Commit: 583c8559cf6da42e4be371f2c8aa16274269047a
Parents: db77001
Author: ddekany <[email protected]>
Authored: Thu Feb 23 23:52:07 2017 +0100
Committer: ddekany <[email protected]>
Committed: Thu Feb 23 23:52:07 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/583c8559/src/main/java/org/apache/freemarker/core/ASTDirReturn.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/freemarker/core/ASTDirReturn.java 
b/src/main/java/org/apache/freemarker/core/ASTDirReturn.java
index afa7d56..86aa91e 100644
--- a/src/main/java/org/apache/freemarker/core/ASTDirReturn.java
+++ b/src/main/java/org/apache/freemarker/core/ASTDirReturn.java
@@ -22,7 +22,7 @@ package org.apache.freemarker.core;
 /**
  * AST directive node: {@code #return}.
  */
-public final class ASTDirReturn extends _ASTElement {
+final class ASTDirReturn extends _ASTElement {
 
     private ASTExpression exp;
 

Reply via email to