You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by la...@apache.org on 2012/04/06 00:20:20 UTC

svn commit: r1310109 - /incubator/flex/whiteboard/labriola/frameworks/projects/framework/src/mx/collections/VectorList.as

Author: labriola
Date: Thu Apr  5 22:20:20 2012
New Revision: 1310109

URL: http://svn.apache.org/viewvc?rev=1310109&view=rev
Log:
reformatting after builder 'helped' me out

Modified:
    incubator/flex/whiteboard/labriola/frameworks/projects/framework/src/mx/collections/VectorList.as

Modified: incubator/flex/whiteboard/labriola/frameworks/projects/framework/src/mx/collections/VectorList.as
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/labriola/frameworks/projects/framework/src/mx/collections/VectorList.as?rev=1310109&r1=1310108&r2=1310109&view=diff
==============================================================================
--- incubator/flex/whiteboard/labriola/frameworks/projects/framework/src/mx/collections/VectorList.as (original)
+++ incubator/flex/whiteboard/labriola/frameworks/projects/framework/src/mx/collections/VectorList.as Thu Apr  5 22:20:20 2012
@@ -27,6 +27,15 @@ import mx.core.IPropertyChangeNotifier;
 import mx.events.CollectionEvent;
 import mx.utils.UIDUtil;
 
+import flash.utils.IDataInput;
+import flash.utils.IDataOutput;
+import flash.utils.getQualifiedClassName;
+
+import mx.events.CollectionEventKind;
+import mx.events.PropertyChangeEvent;
+import mx.events.PropertyChangeEventKind;
+import mx.resources.IResourceManager;
+import mx.resources.ResourceManager;
 //--------------------------------------
 //  Events
 //--------------------------------------
@@ -71,15 +80,6 @@ public class VectorList extends EventDis
         enableEvents();
         _uid = UIDUtil.createUID();
     }
-import flash.utils.IDataInput;
-import flash.utils.IDataOutput;
-import flash.utils.getQualifiedClassName;
-
-import mx.events.CollectionEventKind;
-import mx.events.PropertyChangeEvent;
-import mx.events.PropertyChangeEventKind;
-import mx.resources.IResourceManager;
-import mx.resources.ResourceManager;
 
 	/**
 	 *  @private