buildframework/helium/sf/java/imaker/src/com/nokia/helium/imaker/ant/types/VariableSet.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/imaker/src/com/nokia/helium/imaker/ant/types/VariableSet.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/imaker/src/com/nokia/helium/imaker/ant/types/VariableSet.java	Fri Aug 13 14:59:05 2010 +0300
@@ -16,12 +16,12 @@
 */
  
 package com.nokia.helium.imaker.ant.types;
-import org.apache.tools.ant.types.DataType;
-
 import java.util.Hashtable;
 import java.util.Map;
 import java.util.Vector;
 
+import org.apache.tools.ant.types.DataType;
+
 /**
  * This type is a container for variable configuration.
  *