cleanup - deprecate ContentManagerAdapter

GitOrigin-RevId: c191418107391de3b0bb1d954a42b4404a9844d8
This commit is contained in:
Vladimir Krivosheev
2020-01-21 15:35:55 +01:00
committed by intellij-monorepo-bot
parent 6af60dde6d
commit 98707fc700
23 changed files with 62 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
/*
* @author: Eugene Zhuravlev
@@ -565,7 +565,7 @@ public final class CompilerTask extends Task.Backgroundable {
return TextRange.EMPTY_RANGE;
}
private final class CloseListener extends ContentManagerAdapter implements ProjectManagerListener {
private final class CloseListener implements ProjectManagerListener, ContentManagerListener {
private Content myContent;
private ContentManager myContentManager;
private boolean myIsApplicationExitingOrProjectClosing = false;