Skip to content

Commit

Permalink
Merge pull request #44795 from zhfeng/fix_reflective_builid_item
Browse files Browse the repository at this point in the history
Fix typo with classes() method
  • Loading branch information
gsmet authored Nov 28, 2024
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
Expand Up @@ -307,7 +307,7 @@ public Builder classes(boolean classes) {
}

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

/**
Expand Down

0 comments on commit cffea0c

Please sign in to comment.