diff options
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> |