Skip to content

Commit

Permalink
[Java] Cope with optional sets not being present when pretty printing…
Browse files Browse the repository at this point in the history
… decoders for debugging. Issue #976 (#977)

Co-authored-by: Paul COLIN DE VERDIERE <[email protected]>
  • Loading branch information
pcdv and Paul COLIN DE VERDIERE authored Feb 22, 2024
1 parent b6af0ae commit a146c56
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4564,9 +4564,6 @@ private int writeTokenDisplay(
break;

case BEGIN_SET:
append(sb, indent, "this." + fieldName + "().appendTo(builder);");
break;

case BEGIN_COMPOSITE:
{
final String typeName = formatClassName(decoderName(typeToken.applicableTypeName()));
Expand Down

0 comments on commit a146c56

Please sign in to comment.