FLEX-33829 correct UID format

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

Branch: refs/heads/master
Commit: debea17e635629e46e9818b95dc2bc3637067a34
Parents: 3f93971
Author: Justin Mclean <[email protected]>
Authored: Fri Oct 18 15:57:56 2013 +1100
Committer: Justin Mclean <[email protected]>
Committed: Fri Oct 18 15:57:56 2013 +1100

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/utils/UIDUtil.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/debea17e/frameworks/projects/framework/src/mx/utils/UIDUtil.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/utils/UIDUtil.as 
b/frameworks/projects/framework/src/mx/utils/UIDUtil.as
index 20186e0..36ad6fb 100644
--- a/frameworks/projects/framework/src/mx/utils/UIDUtil.as
+++ b/frameworks/projects/framework/src/mx/utils/UIDUtil.as
@@ -73,7 +73,7 @@ public class UIDUtil
                '-','0','0','0','0',
                '-','0','0','0','0',
                '-','0','0','0','0',
-               '0','0','0','0','0','0','0','0','0','0','0','0'
+               '-','0','0','0','0','0','0','0','0','0','0','0','0'
        ];
 
     
//--------------------------------------------------------------------------

Reply via email to