mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
i18n: TitleCapitalizationInspection cleanup (remove redundant methods)
This commit is contained in:
@@ -43,25 +43,6 @@ import java.util.Set;
|
||||
* @author yole
|
||||
*/
|
||||
public class TitleCapitalizationInspection extends BaseJavaLocalInspectionTool {
|
||||
@Override
|
||||
public boolean isEnabledByDefault() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Nls
|
||||
@NotNull
|
||||
@Override
|
||||
public String getGroupDisplayName() {
|
||||
return "Plugin DevKit";
|
||||
}
|
||||
|
||||
@Nls
|
||||
@NotNull
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return "Incorrect dialog title capitalization";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getShortName() {
|
||||
|
||||
Reference in New Issue
Block a user