Skip to content

Commit

Permalink
Fix equals and hashcode mapping documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 10, 2024
1 parent e768190 commit b39e112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/src/main/docs/config/mappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ Map<String, Alias> any = server.aliases.get("prod");

## toString, equals, hashcode

If the config mapping contains method declarations for `toString`, `equals` or `hashcode`, the config mapping instance
will include a proper implementation of these methods.
If the config mapping contains a `toString` method declaration, the config mapping instance will include a proper
implementation of the `toString` method. The `equals` and `hashcode` methods are included automatically.

!!! caution

Expand Down

0 comments on commit b39e112

Please sign in to comment.