X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java index 1cf420e..8b63eb9 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java @@ -141,7 +141,7 @@ public class OverrideIndicatorLabelDecorator implements ILabelDecorator, */ protected int getOverrideIndicators(IMethod method) throws JavaModelException { - IType type = method.getDeclaringType(); + //IType type = method.getDeclaringType(); // ITypeHierarchy hierarchy= // SuperTypeHierarchyCache.getTypeHierarchy(type); // if (hierarchy != null) {