[java] SpecialAnnotationsUtil: remove unused overload

GitOrigin-RevId: 129a253da10a5c71e6caa95f5b143a3dbb8f2407
This commit is contained in:
Tagir Valeev
2023-07-06 11:12:17 +02:00
committed by intellij-monorepo-bot
parent a7e032a949
commit 3b64038525

View File

@@ -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,