You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/18 08:13:39 UTC

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33829 correct UID format

Updated Branches:
  refs/heads/develop 3f93971c7 -> debea17e6


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/develop
Commit: debea17e635629e46e9818b95dc2bc3637067a34
Parents: 3f93971
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Oct 18 15:57:56 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
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'
 	];
 
     //--------------------------------------------------------------------------