remove IntentionFilterOwner from PsiCodeFragment interface

This commit is contained in:
Dmitry Jemerov
2011-09-20 12:54:57 +02:00
parent 5e88638713
commit 553cb67fd1
4 changed files with 6 additions and 5 deletions
@@ -19,7 +19,7 @@ package com.intellij.psi;
* Represents a fragment of Java code which exists outside of a project structure (for example,
* in a foreign language code or in a user interface element other than the main source code editor).
*/
public interface JavaCodeFragment extends PsiImportHolder, IntentionFilterOwner, PsiCodeFragment {
public interface JavaCodeFragment extends PsiImportHolder, PsiCodeFragment {
/**