housekeeping: remove unused imports

GitOrigin-RevId: ccba6d05260f5eb551ffa87e0d8a38dc93148a3a
This commit is contained in:
Leonid Shalupov
2025-02-03 16:10:24 +01:00
committed by intellij-monorepo-bot
parent cb3a6c9be6
commit e4e5753846
696 changed files with 0 additions and 1062 deletions

View File

@@ -1,7 +1,6 @@
// 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.codeInsight;
import com.intellij.openapi.util.NlsSafe;
import org.jetbrains.annotations.NotNull;
import java.util.Collections;

View File

@@ -20,8 +20,6 @@ import com.intellij.psi.PsiTypeParameterListOwner;
import java.util.List;
import org.jetbrains.annotations.Nullable;
public interface MakeStaticRefactoring<T extends PsiTypeParameterListOwner> extends Refactoring {
T getMember();