Skip to content

Commit

Permalink
Use wrapper index
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility authored Jul 16, 2020
1 parent c7adce6 commit 7a30020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public Collection<AnnotationInstance> getAnnotations(DotName annotationName) {

@Override
public Collection<AnnotationInstance> getAnnotationsWithRepeatable(DotName annotationName, IndexView index) {
return index.getAnnotationsWithRepeatable(annotationName, index);
return this.index.getAnnotationsWithRepeatable(annotationName, index);
}

private void getAllKnownSubClasses(DotName className, Set<ClassInfo> allKnown, Set<DotName> processedClasses) {
Expand Down

0 comments on commit 7a30020

Please sign in to comment.