Skip to content

Commit ac665fe

Browse files
Update docs/modules/ROOT/pages/includes/equals-hashcode.adoc
Co-authored-by: Matheus Cruz <[email protected]>
1 parent 3d02cc2 commit ac665fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/modules/ROOT/pages/includes/equals-hashcode.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
`hashcode` and `equals` are by default generated to all models. `hashcode` and `equals` is based on all the variables
2-
in the model and can't be customized.
1+
By default, `hashcode` and `equals` methods are automatically generated for all models. These methods are based on all the variables in the model and can not be customized.
32

43
To disable set `equals-hashcode` to false:
54

0 commit comments

Comments
 (0)