mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[java] SpecialAnnotationsUtil: remove unused overload
GitOrigin-RevId: 129a253da10a5c71e6caa95f5b143a3dbb8f2407
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a7e032a949
commit
3b64038525
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
package com.intellij.codeInspection.util;
|
||||
|
||||
@@ -48,9 +48,6 @@ import java.util.function.Predicate;
|
||||
* @author Gregory.Shrago
|
||||
*/
|
||||
public final class SpecialAnnotationsUtil {
|
||||
public static JPanel createSpecialAnnotationsListControl(final List<String> list, final @NlsContexts.Label String borderTitle) {
|
||||
return createSpecialAnnotationsListControl(list, borderTitle, false);
|
||||
}
|
||||
|
||||
public static JPanel createSpecialAnnotationsListControl(final List<String> list,
|
||||
final @NlsContexts.Label String borderTitle,
|
||||
|
||||
Reference in New Issue
Block a user