Repository: flex-asjs
Updated Branches:
  refs/heads/develop ccde57d11 -> 008ff2872


Added version info for method


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

Branch: refs/heads/develop
Commit: 008ff287264cd2561ae8489e9c892a4836915e15
Parents: ccde57d
Author: Harbs <ha...@in-tools.com>
Authored: Tue Sep 19 12:28:04 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Tue Sep 19 12:28:04 2017 +0300

----------------------------------------------------------------------
 frameworks/projects/XML/src/main/flex/XML.as | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/008ff287/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 229d5f6..ae88d61 100644
--- a/frameworks/projects/XML/src/main/flex/XML.as
+++ b/frameworks/projects/XML/src/main/flex/XML.as
@@ -60,12 +60,14 @@ package
                /**
                 * Method to free up references to shared QName objects.
                 * Probably only worth doing if most or all XML instances can 
be garbage-collected.
+                * @langversion 3.0
+                * @productversion FlexJS 0.9
                 */
                static public function clearQNameCache():void
                {
                        _nameMap = {};
                }
-               
+
                static private var defaultNamespace:Namespace;
 
                static public function setDefaultNamespace(ns:*):void

Reply via email to