Repository: flex-falcon Updated Branches: refs/heads/feature-autobuild/example-maven-dirs 015dfb0f1 -> ecdfde81c
this seems to get rid of ant warnings and not break anything Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e9617301 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e9617301 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e9617301 Branch: refs/heads/feature-autobuild/example-maven-dirs Commit: e96173014a23880e1040677f8097b030cf44f2ee Parents: 3d11fba Author: Alex Harui <[email protected]> Authored: Tue Nov 8 12:32:55 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Nov 9 11:44:00 2016 -0800 ---------------------------------------------------------------------- .../org/apache/flex/compiler/internal/parsing/as/ASParser.g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e9617301/compiler/src/main/antlr/org/apache/flex/compiler/internal/parsing/as/ASParser.g ---------------------------------------------------------------------- diff --git a/compiler/src/main/antlr/org/apache/flex/compiler/internal/parsing/as/ASParser.g b/compiler/src/main/antlr/org/apache/flex/compiler/internal/parsing/as/ASParser.g index 20afd5c..1d7a283 100644 --- a/compiler/src/main/antlr/org/apache/flex/compiler/internal/parsing/as/ASParser.g +++ b/compiler/src/main/antlr/org/apache/flex/compiler/internal/parsing/as/ASParser.g @@ -3201,11 +3201,11 @@ argumentList[ContainerNode args] args.addItem(n); } } - | rpT:TOKEN_PAREN_CLOSE - { args.endAfter(rpT); enableSemicolonInsertion(); break;} )* + rpT:TOKEN_PAREN_CLOSE + { args.endAfter(rpT); enableSemicolonInsertion(); } ;
