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 2f66f3a commit 9211fb0Copy full SHA for 9211fb0
templates/cli/lib/type-generation/languages/java.js.twig
@@ -98,7 +98,7 @@ public class <%- toPascalCase(collection.name) %> {
98
99
@Override
100
public int hashCode() {
101
- return Objects.hash(<%- collection.attributes.map(attr => attribute.key).join(', ') %>);
+ return Objects.hash(<%- collection.attributes.map(attr => attr.key).join(', ') %>);
102
}
103
104
0 commit comments