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 2018/03/09 01:52:03 UTC

[royale-asjs] 01/03: suppress warnings

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

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

commit 01d8d1636015a115462f770e867373f1a08b03c8
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Mar 8 14:52:18 2018 -0800

    suppress warnings
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/FlexGlobals.as | 1 +
 frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/FlexGlobals.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/FlexGlobals.as
index b07a5d2..5991e88 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/FlexGlobals.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/FlexGlobals.as
@@ -48,6 +48,7 @@ public class FlexGlobals
      *  @playerversion Flash 10
      *  @playerversion AIR 1.5
      *  @productversion Flex 4
+     *  @royalesuppresspublicvarwarning
      */
 	public static var topLevelApplication:Object;
 }
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index 04e691a..ba148e3 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -3238,6 +3238,7 @@ class MethodQueueElement
      *  @playerversion Flash 9
      *  @playerversion AIR 1.1
      *  @productversion Flex 3
+     *  @royalesuppresspublicvarwarning
      */
     public var method:Function;
 
@@ -3252,6 +3253,7 @@ class MethodQueueElement
      *  @playerversion Flash 9
      *  @playerversion AIR 1.1
      *  @productversion Flex 3
+     *  @royalesuppresspublicvarwarning
      */
     public var args:Array /* of Object */;
 }

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.