Skip to content

Commit

Permalink
added missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asotona committed Dec 15, 2023
1 parent dc53d75 commit 0f356eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ default ClassBuilder withField(Utf8Entry name,
Utf8Entry descriptor,
int flags) {
return withField(name, descriptor, new Consumer<FieldBuilder>() {
//cannot use lambda here
@Override
public void accept(FieldBuilder fb) {
fb.withFlags(flags);
Expand Down

0 comments on commit 0f356eb

Please sign in to comment.