revert of accidentally committed file

This commit is contained in:
Alex Tkachman
2011-09-11 13:07:09 +03:00
parent 097325d0d6
commit 24dc0fd11e
@@ -69,11 +69,6 @@ public class JetStructureViewElement implements StructureViewTreeElement {
? PsiIconUtil.getProvidersIcon(myElement, open ? Iconable.ICON_FLAG_OPEN : Iconable.ICON_FLAG_CLOSED)
: null;
}
@Override
public TextAttributesKey getTextAttributesKey() {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
};
}