X-Git-Url: http://git.jetbrains.org/?p=idea%2Fcommunity.git;a=blobdiff_plain;f=java%2Fjava-psi-api%2Fsrc%2Fcom%2Fintellij%2Fpsi%2FPsiTypeParameterListOwner.java;h=9b1b4cd17f4193f8625deccd192574ca5bd5d15e;hp=256ac118f3fcc0c73226face70422f0ad278f690;hb=93e81344e93d6c820fee8c82956038af27576609;hpb=c38640e6bcde9198ee02ae25ec4af1169f9dd192 diff --git a/java/java-psi-api/src/com/intellij/psi/PsiTypeParameterListOwner.java b/java/java-psi-api/src/com/intellij/psi/PsiTypeParameterListOwner.java index 256ac118f3fc..9b1b4cd17f41 100644 --- a/java/java-psi-api/src/com/intellij/psi/PsiTypeParameterListOwner.java +++ b/java/java-psi-api/src/com/intellij/psi/PsiTypeParameterListOwner.java @@ -1,18 +1,4 @@ -/* - * Copyright 2000-2017 JetBrains s.r.o. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.psi; import com.intellij.lang.jvm.JvmTypeParametersOwner; @@ -25,7 +11,7 @@ import org.jetbrains.annotations.Nullable; * * @author dsl */ -public interface PsiTypeParameterListOwner extends PsiMember, JvmTypeParametersOwner { +public interface PsiTypeParameterListOwner extends PsiJvmMember, JvmTypeParametersOwner { /** * Checks if the element has any type parameters. *