mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
[debugger] Annotate 'getName' and 'getLabel' as '@Nls' for NodeDescriptor
GitOrigin-RevId: 2b375bbe7f4272c1b44f819b92a97d83bd8fc4b0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c4cb384bb7
commit
3ab4a836f8
@@ -16,11 +16,14 @@
|
||||
package com.intellij.debugger.ui.tree;
|
||||
|
||||
import com.intellij.openapi.util.UserDataHolder;
|
||||
import org.jetbrains.annotations.Nls;
|
||||
|
||||
public interface NodeDescriptor extends UserDataHolder {
|
||||
|
||||
@Nls
|
||||
String getName();
|
||||
|
||||
@Nls
|
||||
String getLabel();
|
||||
|
||||
void displayAs(NodeDescriptor descriptor);
|
||||
|
||||
Reference in New Issue
Block a user