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