mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] fix NPE on project close
This commit is contained in:
@@ -85,7 +85,7 @@ public class VcsLogManager implements Disposable {
|
||||
}
|
||||
|
||||
public void unwatchTab(@NotNull String contentTabName) {
|
||||
myTabsLogRefresher.removeTabFromWatch(contentTabName);
|
||||
if (myTabsLogRefresher != null) myTabsLogRefresher.removeTabFromWatch(contentTabName);
|
||||
}
|
||||
|
||||
private void watch(@NotNull final VcsLogUiImpl ui) {
|
||||
|
||||
Reference in New Issue
Block a user