Skip to content

Commit 9211fb0

Browse files
committed
fix: java
1 parent 2f66f3a commit 9211fb0

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
@@ -98,7 +98,7 @@ public class <%- toPascalCase(collection.name) %> {
9898

9999
@Override
100100
public int hashCode() {
101-
return Objects.hash(<%- collection.attributes.map(attr => attribute.key).join(', ') %>);
101+
return Objects.hash(<%- collection.attributes.map(attr => attr.key).join(', ') %>);
102102
}
103103

104104
@Override

0 commit comments

Comments
 (0)