mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
suggest abstract in interface (IDEA-85701)
This commit is contained in:
@@ -71,7 +71,7 @@ public class ModifierChooser {
|
||||
return addKeywords(list, inInterface ? new String[][]{
|
||||
new String[]{"public", "protected"},
|
||||
new String[]{"static"},
|
||||
new String[]{"final"}
|
||||
new String[]{"final", "abstract"}
|
||||
} : new String[][]{
|
||||
new String[]{"public", "protected", "private"},
|
||||
new String[]{"static"},
|
||||
|
||||
Reference in New Issue
Block a user