mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
add notNull, clarify ConfigurationType.id rules
This commit is contained in:
@@ -24,6 +24,7 @@ public class RestRunConfigurationType implements ConfigurationType {
|
||||
|
||||
private final String myId = "docs";
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return RestBundle.message("runcfg.docutils.display_name");
|
||||
@@ -62,6 +63,7 @@ public class RestRunConfigurationType implements ConfigurationType {
|
||||
myName = name;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getName() {
|
||||
return myName;
|
||||
|
||||
Reference in New Issue
Block a user