mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup: remove incorrect and unnecessary overload
This commit is contained in:
@@ -77,10 +77,6 @@ public class PyStructureViewElement implements StructureViewTreeElement {
|
||||
element.acceptChildren(this);
|
||||
}
|
||||
}
|
||||
|
||||
public void visitPyParameter(final PyNamedParameter node) {
|
||||
// Do not add parameters to structure view
|
||||
}
|
||||
});
|
||||
|
||||
StructureViewTreeElement[] children = new StructureViewTreeElement[childrenElements.size()];
|
||||
@@ -153,15 +149,13 @@ public class PyStructureViewElement implements StructureViewTreeElement {
|
||||
return myElement.getName();
|
||||
}
|
||||
|
||||
public
|
||||
@Nullable
|
||||
TextAttributesKey getTextAttributesKey() {
|
||||
public TextAttributesKey getTextAttributesKey() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public
|
||||
@Nullable
|
||||
String getLocationString() {
|
||||
public String getLocationString() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user