diff options
author | Fatima Rami <frami.contact@gmail.com> | 2021-10-23 21:49:42 +0200 |
---|---|---|
committer | Fatima Rami <frami.contact@gmail.com> | 2021-10-23 21:49:42 +0200 |
commit | f6e897e486b76548d76a8b16f90516e0cab42985 (patch) | |
tree | 88b1a4a189c05fca7f229cd0aab2164ac6d1898d /website | |
parent | 82592b84bf803bc9802768afaa802b0dc58d6c83 (diff) | |
download | lombok-f6e897e486b76548d76a8b16f90516e0cab42985.tar.gz lombok-f6e897e486b76548d76a8b16f90516e0cab42985.tar.bz2 lombok-f6e897e486b76548d76a8b16f90516e0cab42985.zip |
[Fixes#3008] @Witer replaced by @With
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/features/Value.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/Value.html b/website/templates/features/Value.html index c41b6b10..e128383f 100644 --- a/website/templates/features/Value.html +++ b/website/templates/features/Value.html @@ -5,7 +5,7 @@ <p> <code>@Value</code> was introduced as experimental feature in lombok v0.11.4. </p><p> - <code>@Value</code> no longer implies <code>@Wither</code> since lombok v0.11.8. + <code>@Value</code> no longer implies <code>@With</code> since lombok v0.11.8. </p><p> <code>@Value</code> promoted to the main <code>lombok</code> package since lombok v0.12.0. </p> |