Skip to content

Commit a146c56

Browse files
pcdvPaul COLIN DE VERDIERE
andauthored
[Java] Cope with optional sets not being present when pretty printing decoders for debugging. Issue aeron-io#976 (aeron-io#977)
Co-authored-by: Paul COLIN DE VERDIERE <paul.colindeverdiere@connect.hsoftware.com>
1 parent b6af0ae commit a146c56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4564,9 +4564,6 @@ private int writeTokenDisplay(
45644564
break;
45654565

45664566
case BEGIN_SET:
4567-
append(sb, indent, "this." + fieldName + "().appendTo(builder);");
4568-
break;
4569-
45704567
case BEGIN_COMPOSITE:
45714568
{
45724569
final String typeName = formatClassName(decoderName(typeToken.applicableTypeName()));

0 commit comments

Comments
 (0)