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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 27eea11  remove some warnings
27eea11 is described below

commit 27eea11107c8f4acbb3732bc39cf4ed6841337a1
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Feb 19 20:46:19 2019 +0100

    remove some warnings
---
 .../main/royale/org/apache/royale/jewel/beads/views/SpinnerView.as  | 6 ++++++
 .../org/apache/royale/jewel/supportClasses/checkbox/CheckBoxIcon.as | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SpinnerView.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SpinnerView.as
index 27faed4..1045faa 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SpinnerView.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SpinnerView.as
@@ -65,7 +65,13 @@ COMPILE::JS {
                private var rangeModel:IRangeModel;
 
                COMPILE::JS {
+               /**
+                * @royalesuppresspublicvarwarning
+                */
                public var _increment:Button;
+               /**
+                * @royalesuppresspublicvarwarning
+                */
         public var _decrement:Button;
         private var controller:SpinnerMouseController;
                }
diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/checkbox/CheckBoxIcon.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/checkbox/CheckBoxIcon.as
index a5ff11e..a809990 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/checkbox/CheckBoxIcon.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/checkbox/CheckBoxIcon.as
@@ -34,7 +34,13 @@ package org.apache.royale.jewel.supportClasses.checkbox
                }
 
                COMPILE::JS {
+                       /**
+                        * @royalesuppresspublicvarwarning
+                        */
             public var element:WrappedHTMLElement;
+                       /**
+                        * @royalesuppresspublicvarwarning
+                        */
             public var positioner:WrappedHTMLElement;
                }
 

Reply via email to