Organized imports
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / IWorkingCopyManager.java
index bab2691..c5538bc 100644 (file)
  *******************************************************************************/
 package net.sourceforge.phpdt.ui;
 
-import org.eclipse.core.runtime.CoreException;
+import net.sourceforge.phpdt.core.ICompilationUnit;
 
+import org.eclipse.core.runtime.CoreException;
 import org.eclipse.ui.IEditorInput;
 
-import net.sourceforge.phpdt.core.ICompilationUnit;
-
 /**
  * Interface for accessing working copies of <code>ICompilationUnit</code>
  * objects. The original compilation unit is only given indirectly by means