Skip to content

Commit

Permalink
Fix ConfigInjector metadata generation
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Apr 25, 2023
1 parent f8e9b51 commit c7e9670
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -297,7 +297,7 @@ public void generate() {
}
}

for (TypeMirror it : clz.getInterfaces())
for (TypeMirror it : t.getInterfaces())
q.add((TypeElement) ((DeclaredType)it).asElement());

if (ElementKind.CLASS.equals(t.getKind())) {
Expand Down

0 comments on commit c7e9670

Please sign in to comment.