Skip to content

Commit a5cd95b

Browse files
committed
Updated the documentation
1 parent 9e302e4 commit a5cd95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Hashcode` and `equals` are by default generated. It adds all the variables in the model
2-
to the model to the methods.
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.
33

44
To disable set `equals-hashcode` to false:
55

0 commit comments

Comments
 (0)