Skip to content

Commit

Permalink
Merge pull request quarkusio#44795 from zhfeng/fix_reflective_builid_…
Browse files Browse the repository at this point in the history
…item

Fix typo with classes() method
gsmet authored Nov 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 74a4aca + 04bcfd2 commit cffea0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -307,7 +307,7 @@ public Builder classes(boolean classes) {
}

public Builder classes() {
return fields(true);
return classes(true);
}

/**

0 comments on commit cffea0c

Please sign in to comment.