mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
added @NotNulls to help diagnose EA-26264, cleanup
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ public class SmartTypePointerManagerImpl extends SmartTypePointerManager {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public SmartTypePointer createSmartTypePointer(PsiType type) {
|
||||
public SmartTypePointer createSmartTypePointer(@NotNull PsiType type) {
|
||||
return type.accept(new SmartTypeCreatingVisitor());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user