Skip to content

Commit

Permalink
Fix ws
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility authored Jul 16, 2020
1 parent 4648dcf commit c7adce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public Collection<ClassInfo> getAllKnownImplementors(DotName interfaceName) {
public Collection<AnnotationInstance> getAnnotations(DotName annotationName) {
return index.getAnnotations(annotationName);
}

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

0 comments on commit c7adce6

Please sign in to comment.