mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -388,7 +388,7 @@ public class PropertyUtil {
|
||||
return ArrayUtil.toStringArray(result);
|
||||
}
|
||||
|
||||
public static PsiMethod generateGetterPrototype(PsiField field) {
|
||||
public static PsiMethod generateGetterPrototype(@NotNull PsiField field) {
|
||||
PsiElementFactory factory = JavaPsiFacade.getInstance(field.getProject()).getElementFactory();
|
||||
Project project = field.getProject();
|
||||
String name = field.getName();
|
||||
|
||||
Reference in New Issue
Block a user