Repository: incubator-freemarker Updated Branches: refs/heads/3 4763581a7 -> eb56a9b6c
(Removed unused token from FTL.jj) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/600b7854 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/600b7854 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/600b7854 Branch: refs/heads/3 Commit: 600b7854097ee3940e7d78b0f0c38704e3dfbd95 Parents: 4763581 Author: ddekany <[email protected]> Authored: Mon Jul 10 01:17:51 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Jul 10 01:17:51 2017 +0200 ---------------------------------------------------------------------- freemarker-core/src/main/javacc/FTL.jj | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/600b7854/freemarker-core/src/main/javacc/FTL.jj ---------------------------------------------------------------------- diff --git a/freemarker-core/src/main/javacc/FTL.jj b/freemarker-core/src/main/javacc/FTL.jj index 5f70a8c..4b4e06a 100644 --- a/freemarker-core/src/main/javacc/FTL.jj +++ b/freemarker-core/src/main/javacc/FTL.jj @@ -805,8 +805,6 @@ TOKEN: | <END_SEP : <END_TAG> "sep" <CLOSE_TAG1>> { handleTagSyntaxAndSwitch(matchedToken, DEFAULT); } | - <END_RECOVER : <END_TAG> "recover" <CLOSE_TAG1>> { handleTagSyntaxAndSwitch(matchedToken, DEFAULT); } - | <END_ATTEMPT : <END_TAG> "attempt" <CLOSE_TAG1>> { handleTagSyntaxAndSwitch(matchedToken, DEFAULT); } | <END_LOCAL : <END_TAG> "local" <CLOSE_TAG1>> { handleTagSyntaxAndSwitch(matchedToken, DEFAULT); }
