mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: @NotNull
This commit is contained in:
@@ -26,6 +26,7 @@ import com.intellij.openapi.vcs.impl.VcsPathPresenter;
|
||||
import com.intellij.openapi.vfs.VirtualFile;
|
||||
import com.intellij.vcsUtil.VcsFilePathUtil;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import javax.swing.*;
|
||||
@@ -118,6 +119,7 @@ public class Change {
|
||||
return myAfterRevision;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public FileStatus getFileStatus() {
|
||||
return myFileStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user