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
  • Loading branch information
Paul COLIN DE VERDIERE committed Feb 21, 2024
1 parent 04d1038 commit cede223
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 cede223

Please sign in to comment.