mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] add NotNull
This commit is contained in:
@@ -40,6 +40,7 @@ public class VcsLogProgress implements Disposable {
|
||||
return createProgressIndicator(true);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public ProgressIndicator createProgressIndicator(boolean visible) {
|
||||
if (ApplicationManager.getApplication().isHeadlessEnvironment()) {
|
||||
return new EmptyProgressIndicator();
|
||||
|
||||
Reference in New Issue
Block a user