X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/ITypeHierarchyViewPart.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/ITypeHierarchyViewPart.java index d1c1084..d8a0837 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/ITypeHierarchyViewPart.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/ITypeHierarchyViewPart.java @@ -11,11 +11,11 @@ package net.sourceforge.phpdt.ui; -import org.eclipse.ui.IViewPart; - import net.sourceforge.phpdt.core.IJavaElement; import net.sourceforge.phpdt.core.IType; +import org.eclipse.ui.IViewPart; + /** * The standard type hierarchy view presents a type hierarchy for a given input class * or interface. Visually, this view consists of a pair of viewers, one showing the type