mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[platform] API cleanup: remove unused deprecated API (IJPL-156972)
GitOrigin-RevId: 183acaca734cbf2e053be244cd4292acc8d24991
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6ef81746d4
commit
4f8bcd9161
@@ -26,9 +26,6 @@ a:com.intellij.codeInspection.AbstractInspectionToolStarter
|
||||
- p:getApplication():com.intellij.codeInspection.InspectionApplicationBase
|
||||
- main(java.util.List):V
|
||||
- premain(java.util.List):V
|
||||
f:com.intellij.codeInspection.InspectionApplication
|
||||
- com.intellij.codeInspection.InspectionApplicationBase
|
||||
- <init>():V
|
||||
c:com.intellij.codeInspection.InspectionApplicationBase
|
||||
- com.intellij.ide.CommandLineInspectionProgressReporter
|
||||
- sf:LOG:com.intellij.openapi.diagnostic.Logger
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.codeInspection;
|
||||
|
||||
|
||||
/**
|
||||
* @deprecated Inherit directly from InspectionApplicationBase
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
public final class InspectionApplication extends InspectionApplicationBase {
|
||||
}
|
||||
Reference in New Issue
Block a user