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 c869c22  jewel-tooltip: organize imports
c869c22 is described below

commit c869c22ee44cc39765a30ea72e264016a2276031
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Jan 30 09:40:12 2020 +0100

    jewel-tooltip: organize imports
---
 .../src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
index 0602d29..ec992d1 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
@@ -22,8 +22,9 @@ package org.apache.royale.jewel.beads.controls
        import org.apache.royale.core.IParentIUIBase;
        import org.apache.royale.core.IPopUpHost;
        import org.apache.royale.core.IStrand;
-       import org.apache.royale.core.IUIBase;
        import org.apache.royale.core.IToolTipBead;
+       import org.apache.royale.core.IUIBase;
+       import org.apache.royale.events.Event;
        import org.apache.royale.events.IEventDispatcher;
        import org.apache.royale.events.MouseEvent;
        import org.apache.royale.geom.Point;
@@ -31,7 +32,6 @@ package org.apache.royale.jewel.beads.controls
        import org.apache.royale.utils.OSUtils;
        import org.apache.royale.utils.PointUtils;
        import org.apache.royale.utils.UIUtils;
-       import org.apache.royale.events.Event;
 
        /**
         *  The ToolTip class is a specialty bead that can be used with

Reply via email to