mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
housekeeping: remove unused imports
GitOrigin-RevId: ccba6d05260f5eb551ffa87e0d8a38dc93148a3a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cb3a6c9be6
commit
e4e5753846
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user