mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
Fix parameter names and annotations in tree structure provider sample
This commit is contained in:
parent
8b5a79bc44
commit
edd172e082
@ -33,7 +33,7 @@ public class TextOnlyTreeStructureProvider implements TreeStructureProvider {
|
|||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
@Override
|
@Override
|
||||||
public Object getData(Collection<AbstractTreeNode> collection, String s) {
|
public Object getData(@NotNull Collection<AbstractTreeNode> selected, @NotNull String dataId) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user