Rename: AnnotationStub -> AnnotationEntryStub

This commit is contained in:
Pavel V. Talanov
2014-03-26 17:24:20 +04:00
parent a604efebd9
commit 7e59f0d68c
7 changed files with 25 additions and 25 deletions
@@ -143,7 +143,7 @@ public class StubIndexServiceImpl implements StubIndexService {
}
@Override
public void indexAnnotation(PsiJetAnnotationStub stub, IndexSink sink) {
public void indexAnnotation(PsiJetAnnotationEntryStub stub, IndexSink sink) {
sink.occurrence(JetAnnotationsIndex.getInstance().getKey(), stub.getShortName());
}
}