move import into conditional code

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/3acf0704
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3acf0704
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3acf0704

Branch: refs/heads/develop
Commit: 3acf07042913995f01121386be61d2898ca37685
Parents: 9b6e60c
Author: Alex Harui <aha...@apache.org>
Authored: Wed Nov 9 11:40:16 2016 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Nov 9 11:44:39 2016 -0800

----------------------------------------------------------------------
 .../Core/src/main/flex/org/apache/flex/utils/PointUtils.as         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3acf0704/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PointUtils.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PointUtils.as 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PointUtils.as
index 8b7b9e2..96d590e 100644
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PointUtils.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PointUtils.as
@@ -22,11 +22,11 @@ package org.apache.flex.utils
     {
         import flash.display.DisplayObject;
         import flash.geom.Point;
+           import flash.display.Stage;
     }
     
     import org.apache.flex.core.IUIBase;
     import org.apache.flex.geom.Point;
-    import flash.display.Stage;
 
        /**
         *  The PointUtils class is a collection of static functions that 
convert

Reply via email to