diff options
author | Andre Brait <andrebrait@gmail.com> | 2020-12-04 17:10:22 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2020-12-04 17:37:53 +0100 |
commit | d4c3c5580a9fe3ca3d66b1ad425050a894d2b421 (patch) | |
tree | 399a64bc9f5ec374aaabca411425461c674837eb /website | |
parent | 734b91ea97b825a8c323dabeba43ab45f5a54669 (diff) | |
download | lombok-d4c3c5580a9fe3ca3d66b1ad425050a894d2b421.tar.gz lombok-d4c3c5580a9fe3ca3d66b1ad425050a894d2b421.tar.bz2 lombok-d4c3c5580a9fe3ca3d66b1ad425050a894d2b421.zip |
Fix typo
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/features/EqualsAndHashCode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/EqualsAndHashCode.html b/website/templates/features/EqualsAndHashCode.html index d7c5b583..474b4ee2 100644 --- a/website/templates/features/EqualsAndHashCode.html +++ b/website/templates/features/EqualsAndHashCode.html @@ -13,7 +13,7 @@ </p><p> <em>NEW in Lombok 1.14.0: </em>To put annotations on the <code>other</code> parameter of the <code>equals</code> (and, if relevant, <code>canEqual</code>) method, you can use <code>onParam=@__({@AnnotationsHere})</code>. Be careful though! This is an experimental feature. For more details see the documentation on the <a ng-click="toFeature('on-x')">onX</a> feature. </p><p> - <em>NEW in Lombok 1.18.16: </em>Caching the result of the generated <code>hashCode()</code> can be cached by setting <code>cacheStrategy</code> to a value other than <code>CacheStrategy.NEVER</code>. <em>Do not</em> use this if objects of the annotated class can be modified in any way that would lead to the result of <code>hashCode()</code> changing. + <em>NEW in Lombok 1.18.16: </em>The result of the generated <code>hashCode()</code> can be cached by setting <code>cacheStrategy</code> to a value other than <code>CacheStrategy.NEVER</code>. <em>Do not</em> use this if objects of the annotated class can be modified in any way that would lead to the result of <code>hashCode()</code> changing. </p> </@f.overview> |