We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffd5fa commit 41efeedCopy full SHA for 41efeed
templates/cli/lib/type-generation/languages/java.js.twig
@@ -61,7 +61,7 @@ public class <%- toPascalCase(collection.name) %> {
61
<% } -%>
62
63
<% for (const attribute of collection.attributes) { -%>
64
- private <%- getType(attribute) %> <%= toCamelCase(attribute.key) %>;
+ private <%- getType(attribute) %> <%- toCamelCase(attribute.key) %>;
65
66
67
public <%- toPascalCase(collection.name) %>() {
0 commit comments