mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
cleanup - deprecate ContentManagerAdapter
GitOrigin-RevId: c191418107391de3b0bb1d954a42b4404a9844d8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6af60dde6d
commit
98707fc700
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user