mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
suppress capitalization inspection
This commit is contained in:
@@ -50,12 +50,14 @@ public class AddJavadocIntention extends BaseElementAtCaretIntentionAction imple
|
||||
@NotNull
|
||||
@Override
|
||||
public String getFamilyName() {
|
||||
//noinspection DialogTitleCapitalization
|
||||
return "Add Javadoc";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getText() {
|
||||
//noinspection DialogTitleCapitalization
|
||||
return getFamilyName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user