Skip to content

Commit

Permalink
Fix warning about used args in GolangFlyweightGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 11, 2024
1 parent 91813ea commit fad6442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ private CharSequence generateMessageFlyweightCode(
generateLiteral(ir.headerStructure().schemaVersionType(), Integer.toString(ir.version())),
semanticType,
className,
generateConstructorsAndOperators(className)));
semanticVersion));

return sb.toString();
}
Expand Down

0 comments on commit fad6442

Please sign in to comment.