There was an error while loading. Please reload this page.
1 parent 067f300 commit 336e422Copy full SHA for 336e422
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java
@@ -91,7 +91,7 @@ public void validate(final Node node)
91
}
92
93
94
- checkForValidName(node, name);
+ checkForValidName(node, Character.toLowerCase(name.charAt(0)) + name.substring(1));
95
96
if (type instanceof EnumType && presence == Presence.CONSTANT)
97
{
0 commit comments