add missing PsiNamedElement part

This commit is contained in:
Gregory.Shrago
2016-06-06 08:41:15 +03:00
parent bd5c95099a
commit 20bfb1fb6b
@@ -16,8 +16,8 @@
package com.intellij.psi;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.Nullable;
/**
* <tt>PsiQualifiedNamedElement</tt> interface marks psi elements that can have
@@ -31,7 +31,7 @@ import org.jetbrains.annotations.NonNls;
* @author Konstantin Bulenkov
* @since 9.0
*/
public interface PsiQualifiedNamedElement {
public interface PsiQualifiedNamedElement extends PsiNamedElement {
/**
* Returns the fully qualified name of the element.
*