You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/01/11 06:45:06 UTC

[royale-compiler] 07/10: some source like typedefs from google used 'returns'

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 79b92c4c35f0c7c48a7e580989ed850f2ed3113b
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 9 17:35:32 2019 -0800

    some source like typedefs from google used 'returns'
---
 .../java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
index a08fc49..1bec6de 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
@@ -423,7 +423,7 @@ public class JSClosureCompilerWrapper
         
         String[] asdocTags = new String[] {"productversion", 
         		"playerversion", "langversion", "copy", 
-        		"asparam", "asreturn", "asprivate",
+        		"asparam", "asreturn", "asreturns", "asprivate",
         		"royaleignoreimport", "royaleignorecoercion", "royaleemitcoercion",
                 "royalenoimplicitstringconversion","royaledebug"};
         options_.setExtraAnnotationNames(Arrays.asList(asdocTags));