diff options
Diffstat (limited to 'website/features/experimental')
-rw-r--r-- | website/features/experimental/Accessors.html | 2 | ||||
-rw-r--r-- | website/features/experimental/var.html | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/website/features/experimental/Accessors.html b/website/features/experimental/Accessors.html index 434cbdbe..909c0873 100644 --- a/website/features/experimental/Accessors.html +++ b/website/features/experimental/Accessors.html @@ -97,7 +97,7 @@ </div> </div> <div class="footer"> - <a href="index.html">Back to experimental features</a> | <span class="disabled">Previous feature</span> | <a href="ExtensionMethod.html">Next feature (@ExtensionMethod)</a><br /> + <a href="index.html">Back to experimental features</a> | <a href="var.html">Previous feature (var)</a> | <a href="ExtensionMethod.html">Next feature (@ExtensionMethod)</a><br /> <a href="../../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2016 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> diff --git a/website/features/experimental/var.html b/website/features/experimental/var.html index 7a045c00..dde9c35e 100644 --- a/website/features/experimental/var.html +++ b/website/features/experimental/var.html @@ -15,7 +15,7 @@ <div class="since"> <h3>Since</h3> <p> - @var was introduced as experimental feature in lombok v1.16.11. + @var was introduced as experimental feature in lombok v1.16.12. </p> </div> <div class="experimental"> @@ -49,7 +49,7 @@ <h3>Supported configuration keys:</h3> <dl> <dt><code>lombok.val.flagUsage</code> = [<code>allow</code>] (default: not set)</dt> - <dd>Lombok will flag any usage of <code>var</code> as a error if not configured.</dd> + <dd><strong>Lombok will flag any usage of <code>var</code> as an error if not configured.</strong></dd> </dl> </div> <div class="overview"> @@ -59,12 +59,12 @@ is an expression with a compound type: The result is both <code>AbstractCollection</code> as well as <code>Serializable</code>. The type inferred will be <code>AbstractCollection</code>, as that is a class, whereas <code>Serializable</code> is an interface. </p><p> - In ambiguous cases, such as when the initializer expression is <code>null</code>, <code>java.lang.Object</code> is inferred. + In ambiguous cases, <code>java.lang.Object</code> is inferred. </p> </div> </div> <div class="footer"> - <a href="index.html">Back to experimental features</a> | <span class="disabled">Previous feature</span> | <a href="ExtensionMethod.html">Next feature (@ExtensionMethod)</a><br /> + <a href="index.html">Back to experimental features</a> | <span class="disabled">Previous feature</span> | <a href="Accessors.html">Next feature (@Accessors)</a><br /> <a href="../../credits.html" class="creditsLink">credits</a> | <span class="copyright">Copyright © 2009-2016 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</span> </div> <div style="clear: both;"></div> |