PointUtils was missing.

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

Branch: refs/heads/feature/strand-work
Commit: 28bf35280c724da53326f03843d372f33dd09cf6
Parents: 8c2a6bc
Author: Peter Ent <p...@apache.org>
Authored: Wed Jul 26 13:58:13 2017 -0400
Committer: Peter Ent <p...@apache.org>
Committed: Wed Jul 26 13:58:13 2017 -0400

----------------------------------------------------------------------
 frameworks/projects/Core/src/main/flex/CoreClasses.as | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/28bf3528/frameworks/projects/Core/src/main/flex/CoreClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/src/main/flex/CoreClasses.as 
b/frameworks/projects/Core/src/main/flex/CoreClasses.as
index e062a8b..2dd78cd 100644
--- a/frameworks/projects/Core/src/main/flex/CoreClasses.as
+++ b/frameworks/projects/Core/src/main/flex/CoreClasses.as
@@ -184,6 +184,7 @@ internal class CoreClasses
        import org.apache.flex.utils.StringUtil; StringUtil;
        import org.apache.flex.utils.ObjectMap; ObjectMap;
        import org.apache.flex.utils.ObjectUtil; ObjectUtil;
+       import org.apache.flex.utils.PointUtils; PointUtils;
        import org.apache.flex.utils.Timer; Timer;
        import org.apache.flex.utils.UIDUtil; UIDUtil;
        import org.apache.flex.utils.UIUtils; UIUtils;

Reply via email to