Minor: Fix warnings

This commit is contained in:
Nikolay Krasko
2014-12-22 22:49:56 +03:00
parent 8f84daf31e
commit 0b300bd7fb
@@ -169,6 +169,7 @@ public class UnsupportedAbiVersionNotificationPanelProvider extends EditorNotifi
label.set(answer.createActionLabel(labelText, action));
}
@NotNull
@Override
public Key<EditorNotificationPanel> getKey() {
return KEY;
@@ -176,7 +177,7 @@ public class UnsupportedAbiVersionNotificationPanelProvider extends EditorNotifi
@Nullable
@Override
public EditorNotificationPanel createNotificationPanel(VirtualFile file, FileEditor fileEditor) {
public EditorNotificationPanel createNotificationPanel(@NotNull VirtualFile file, @NotNull FileEditor fileEditor) {
try {
if (file.getFileType() != JetFileType.INSTANCE) return null;