mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Code cleanup: @Nullable added to param
This commit is contained in:
@@ -34,7 +34,7 @@ public class ContextHelpAction extends AnAction implements DumbAware {
|
||||
this(null);
|
||||
}
|
||||
|
||||
public ContextHelpAction(@NonNls String helpID) {
|
||||
public ContextHelpAction(@NonNls @Nullable String helpID) {
|
||||
myHelpID = helpID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user