Repository: flex-asjs
Updated Branches:
  refs/heads/develop 4159881e9 -> 94754e00e


Cleaned up import


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

Branch: refs/heads/develop
Commit: 94754e00e681616b7e94f6c8501b5a37b0bb9dc0
Parents: 4159881
Author: Harbs <ha...@in-tools.com>
Authored: Tue Sep 19 09:19:55 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Tue Sep 19 09:19:55 2017 +0300

----------------------------------------------------------------------
 frameworks/projects/XML/src/main/flex/XML.as | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/94754e00/frameworks/projects/XML/src/main/flex/XML.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/XML/src/main/flex/XML.as 
b/frameworks/projects/XML/src/main/flex/XML.as
index 1c8946e..ccaa67f 100644
--- a/frameworks/projects/XML/src/main/flex/XML.as
+++ b/frameworks/projects/XML/src/main/flex/XML.as
@@ -23,7 +23,6 @@ package
        {
                import org.apache.flex.debugging.assert;
                import org.apache.flex.debugging.assertType;
-               import org.apache.flex.utils.ObjectMap;
                /*
                 * Dealing with namespaces:
                 * If the name is qualified, it has a prefix. Otherwise, the 
prefix is null.
@@ -34,7 +33,7 @@ package
                /**
                 * Memory optimization.
                 * Creating a new QName for each XML instance significantly 
adds memory usage.
-                * The XML Qname can be a significant percentage of an XML 
object size.
+                * The XML QName can be a significant percentage of an XML 
object size.
                 * By retaining a lookup of QNames and reusing QName objects, 
we can save quite a bit of memory.
                 */
                static private var _nameMap:Object = {};

Reply via email to