mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 04:35:13 +07:00
@NotNull
This commit is contained in:
@@ -363,7 +363,7 @@ public class ProjectLevelVcsManagerImpl extends ProjectLevelVcsManagerEx impleme
|
||||
return null;
|
||||
}
|
||||
|
||||
public void unregisterVcs(AbstractVcs vcs) {
|
||||
public void unregisterVcs(@NotNull AbstractVcs vcs) {
|
||||
if (!ApplicationManager.getApplication().isUnitTestMode() && myMappings.haveActiveVcs(vcs.getName())) {
|
||||
// unlikely
|
||||
LOG.warn("Active vcs '" + vcs.getName() + "' is being unregistered. Remove from mappings first.");
|
||||
|
||||
Reference in New Issue
Block a user