From 70e7bc2f952394042133b7975d0e79477ac245f1 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Mon, 11 Sep 2017 21:25:14 +0200
Subject: solved some bugs in our site.
---
website/templates/features/GetterSetter.html | 2 +-
website/templates/features/experimental/index.html | 2 ++
website/templates/features/index.html | 8 +++++++-
3 files changed, 10 insertions(+), 2 deletions(-)
(limited to 'website/templates/features')
diff --git a/website/templates/features/GetterSetter.html b/website/templates/features/GetterSetter.html
index 7ceaa3ba..1baa5bd0 100644
--- a/website/templates/features/GetterSetter.html
+++ b/website/templates/features/GetterSetter.html
@@ -62,7 +62,7 @@
You can annotate a class with a @Getter or @Setter annotation. Doing so is equivalent to annotating all non-static fields in that class with that annotation. @Getter/@Setter annotations on fields take precedence over the ones on classes.
- Using the AccessLevel.NONE access level simply generates nothing. It's useful only in combination with @Data or a class-wide @Getter or @Setter.
+ Using the AccessLevel.NONE access level simply generates nothing. It's useful only in combination with @Data or a class-wide @Getter or @Setter.
@Getter can also be used on enums. @Setter can't, not for a technical reason, but for a pragmatic one: Setters on enums are an extremely bad idea.
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html
index a1ea867a..dbd2f93c 100644
--- a/website/templates/features/experimental/index.html
+++ b/website/templates/features/experimental/index.html
@@ -7,6 +7,8 @@
<@main.h1 title="Lombok experimental features" />
+ The
Lombok javadoc is available, but we advise these pages.
+
Experimental features are available in your normal lombok installation, but are not as robustly supported as lombok's main features. In particular, experimental features:
diff --git a/website/templates/features/index.html b/website/templates/features/index.html
index a09c4b72..73b5dce8 100644
--- a/website/templates/features/index.html
+++ b/website/templates/features/index.html
@@ -3,9 +3,11 @@
<@main.scaffold>