Skip to content

Commit 0072fac

Browse files
committed
Merge remote-tracking branch 'origin/feature/add-equals-hashcode-client' into feature/add-equals-hashcode-client
2 parents 53db5f9 + ac665fe commit 0072fac

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)