diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-03-25 20:41:27 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-03-25 20:41:27 +0100 |
commit | 732d3db79a781b30e6763167ad1baf05ffb9f125 (patch) | |
tree | 2ff8b5baadbbd42671f3f413f3bd394c5caf17ce /website/templates/features/var.html | |
parent | f8857fdffec01b15a67ca6aad60a1f614fa278e2 (diff) | |
download | lombok-732d3db79a781b30e6763167ad1baf05ffb9f125.tar.gz lombok-732d3db79a781b30e6763167ad1baf05ffb9f125.tar.bz2 lombok-732d3db79a781b30e6763167ad1baf05ffb9f125.zip |
[docs] we had 2 references to v2.0.0; in the end that turned out to simply be v1.16.20.
Diffstat (limited to 'website/templates/features/var.html')
-rw-r--r-- | website/templates/features/var.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/var.html b/website/templates/features/var.html index 60e24914..bf28752f 100644 --- a/website/templates/features/var.html +++ b/website/templates/features/var.html @@ -3,7 +3,7 @@ <@f.scaffold title="var" logline="Mutably! Hassle-free local variables."> <@f.history> <p><ul> - <li><code>var</code> was promoted to the main package in lombok 2.0.0; given that <a href="http://openjdk.java.net/jeps/286">JEP 286</a> establishes expectations, and lombok's take on <code>var</code> follows these, we've decided to promote <code>var</code> eventhough the feature remains controversial.</li> + <li><code>var</code> was promoted to the main package in lombok 1.16.20; given that <a href="http://openjdk.java.net/jeps/286">JEP 286</a> establishes expectations, and lombok's take on <code>var</code> follows these, we've decided to promote <code>var</code> eventhough the feature remains controversial.</li> <li><code>var</code> was introduced in lombok 1.16.12 as experimental feature.</li> </ul></p> </@f.history> |