File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -617,9 +617,9 @@ private static void generateAccessOrderListener(
617617 sb .append (indent ).append ("switch (codecState())\n " )
618618 .append (indent ).append ("{\n " );
619619
620-  fieldPrecedenceModel .forEachTransition (interaction , transitionGroup  ->
620+  fieldPrecedenceModel .forEachTransition (interaction , ( transitionGroup )  ->
621621 {
622-  transitionGroup .forEachStartState (startState  ->
622+  transitionGroup .forEachStartState (( startState )  ->
623623 sb .append (indent ).append (" case " ).append (stateCaseForSwitchCase (startState )).append (":\n " ));
624624 sb .append (indent ).append (" codecState(" )
625625 .append (qualifiedStateCase (transitionGroup .endState ())).append (");\n " )
                         You can’t perform that action at this time. 
           
                  
0 commit comments