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

hiedra 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 4a0ba5d  Minimal modifications. Imports reordering.
4a0ba5d is described below

commit 4a0ba5d42f63ef1a95c3c4b8989e955323037ea3
Author: Maria José Esteve <[email protected]>
AuthorDate: Wed Dec 22 23:13:09 2021 +0100

    Minimal modifications. Imports reordering.
---
 .../src/main/royale/org/apache/royale/jewel/TriStateCheckBox.as    | 4 ++--
 .../beads/controls/tristatecheckbox/TriStateCheckBoxLabelState.as  | 7 +++----
 .../jewel/beads/controls/tristatecheckbox/TriStateCheckBoxState.as | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TriStateCheckBox.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TriStateCheckBox.as
index 782d659..9fd7315 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TriStateCheckBox.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TriStateCheckBox.as
@@ -19,10 +19,10 @@
 package org.apache.royale.jewel
 {
     COMPILE::JS{
+        import org.apache.royale.core.ITextButton;
         import org.apache.royale.core.WrappedHTMLElement;
-        import org.apache.royale.html.util.addElementToWrapper;
         import org.apache.royale.events.MouseEvent;
-        import org.apache.royale.core.ITextButton;
+        import org.apache.royale.html.util.addElementToWrapper;
         import 
org.apache.royale.jewel.supportClasses.button.SelectableButtonBase;
         import org.apache.royale.jewel.supportClasses.IInputButton;
         import 
org.apache.royale.jewel.supportClasses.ISelectableWithIndeterminacy;
diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxLabelState.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxLabelState.as
index 534f6a6..f873757 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxLabelState.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxLabelState.as
@@ -20,12 +20,11 @@ package 
org.apache.royale.jewel.beads.controls.tristatecheckbox
 {
        COMPILE::JS
        {
-       import org.apache.royale.jewel.TriStateCheckBox;
-       import org.apache.royale.events.Event;
-       import org.apache.royale.jewel.TriStateCheckBox;
-       import org.apache.royale.events.IEventDispatcher;
        import org.apache.royale.core.Bead;
        import org.apache.royale.core.IStrand;
+       import org.apache.royale.events.Event;
+       import org.apache.royale.events.IEventDispatcher;
+       import org.apache.royale.jewel.TriStateCheckBox;
        }
 
        /**
diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxState.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxState.as
index b4a3994..87c27e3 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxState.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxState.as
@@ -20,9 +20,9 @@ package 
org.apache.royale.jewel.beads.controls.tristatecheckbox
 {
        COMPILE::JS
        {
-       import org.apache.royale.jewel.TriStateCheckBox;
        import org.apache.royale.core.IBead;
        import org.apache.royale.core.IStrand;
+       import org.apache.royale.jewel.TriStateCheckBox;
        }
 
 

Reply via email to