Removed @Override annotation in JetContentBasedFileSubstitutor.getDecompiledPsiFile() to avoid broken compilation.

This commit is contained in:
Evgeny Gerashchenko
2012-03-26 19:38:19 +04:00
parent 83ed0a846e
commit 0595e88a21
@@ -61,7 +61,6 @@ public class JetContentBasedFileSubstitutor implements ContentBasedClassFileProc
} }
@Nullable @Nullable
@Override
public PsiFile getDecompiledPsiFile(PsiFile psiFile) { public PsiFile getDecompiledPsiFile(PsiFile psiFile) {
return JetDecompiledData.getDecompiledData((ClsFileImpl) psiFile).getJetFile(); return JetDecompiledData.getDecompiledData((ClsFileImpl) psiFile).getJetFile();
} }