Skip to content

Commit 41efeed

Browse files
ChiragAgg5kCopilot
andauthored
Update templates/cli/lib/type-generation/languages/java.js.twig
Co-authored-by: Copilot <[email protected]>
1 parent 5ffd5fa commit 41efeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/type-generation/languages/java.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class <%- toPascalCase(collection.name) %> {
6161
<% } -%>
6262
<% } -%>
6363
<% for (const attribute of collection.attributes) { -%>
64-
private <%- getType(attribute) %> <%= toCamelCase(attribute.key) %>;
64+
private <%- getType(attribute) %> <%- toCamelCase(attribute.key) %>;
6565
<% } -%>
6666

6767
public <%- toPascalCase(collection.name) %>() {

0 commit comments

Comments
 (0)