Updated the order of imports in the source files of simulator plugins.
[platform/upstream/iotivity.git] / service / simulator / java / eclipse-plugin / ClientControllerPlugin / src / oic / simulator / clientcontroller / view / dialogs / GetRequestDialog.java
index b67717a..ef9cf45 100644 (file)
 
 package oic.simulator.clientcontroller.view.dialogs;
 
-import java.util.HashMap;
-import java.util.Map;
-
-import oic.simulator.clientcontroller.utils.Utility;
-
 import org.eclipse.jface.dialogs.IDialogConstants;
 import org.eclipse.jface.dialogs.TitleAreaDialog;
 import org.eclipse.swt.SWT;
@@ -37,6 +32,11 @@ import org.eclipse.swt.widgets.Label;
 import org.eclipse.swt.widgets.Shell;
 import org.eclipse.swt.widgets.Text;
 
+import java.util.HashMap;
+import java.util.Map;
+
+import oic.simulator.clientcontroller.utils.Utility;
+
 /**
  * This dialog is used for generating a PUT request.
  */