X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IWorkingCopyManager.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IWorkingCopyManager.java index bab2691..c5538bc 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IWorkingCopyManager.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IWorkingCopyManager.java @@ -10,12 +10,11 @@ *******************************************************************************/ 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 ICompilationUnit * objects. The original compilation unit is only given indirectly by means