diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-10-23 21:54:53 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-10-23 21:55:00 +0200 |
commit | 3565bc836e7e6e10a2ec9c3f35f42102b9ba55bf (patch) | |
tree | 88b1a4a189c05fca7f229cd0aab2164ac6d1898d /website | |
parent | 82592b84bf803bc9802768afaa802b0dc58d6c83 (diff) | |
download | lombok-3565bc836e7e6e10a2ec9c3f35f42102b9ba55bf.tar.gz lombok-3565bc836e7e6e10a2ec9c3f35f42102b9ba55bf.tar.bz2 lombok-3565bc836e7e6e10a2ec9c3f35f42102b9ba55bf.zip |
[fixes #3008] [docs] The docs for `@Value` were still referring to `@Wither` instead of `@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> |