diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2022-02-08 06:02:27 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2022-02-08 06:02:27 +0100 |
commit | 560ded50127b12bd8168f8ae2bada47253f15bc8 (patch) | |
tree | 2f45f710c4debb8d09ead906acdaaed2f03c2b6f /website/templates/features/experimental/index.html | |
parent | 261758b4448b3d48ff2f48926ffcb8ea66121603 (diff) | |
download | lombok-560ded50127b12bd8168f8ae2bada47253f15bc8.tar.gz lombok-560ded50127b12bd8168f8ae2bada47253f15bc8.tar.bz2 lombok-560ded50127b12bd8168f8ae2bada47253f15bc8.zip |
[website] slight feature documentation updates (Just bringing them in line with reality)
Diffstat (limited to 'website/templates/features/experimental/index.html')
-rw-r--r-- | website/templates/features/experimental/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html index a8430d8d..a50a4670 100644 --- a/website/templates/features/experimental/index.html +++ b/website/templates/features/experimental/index.html @@ -28,10 +28,6 @@ </p> </div> <div class="row"> - <@main.feature title="var" href="var"> - Modifiable local variables with a type inferred by assigning value. - </@main.feature> - <@main.feature title="@Accessors" href="Accessors"> A more fluent API for getters and setters. </@main.feature> @@ -101,6 +97,9 @@ <@main.feature title="@Wither: renamed to @With, and promoted" href="/features/With"> Immutable 'setters' - methods that create a clone but with one changed field. </@main.feature> + <@main.feature title="var" href="/features/var"> + Modifiable local variables with a type inferred by assigning value. + </@main.feature> </div> </div> </div> |