From 88f4e2d2e3e7e79c5a39ffb73028a330a27f0765 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 30 May 2011 22:36:05 +0200 Subject: Some small typofixes for the website feature docs. --- website/features/Delegate.html | 4 ++-- website/features/index.html | 4 ++-- website/features/val.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/features/Delegate.html b/website/features/Delegate.html index 99f8a559..7825359f 100644 --- a/website/features/Delegate.html +++ b/website/features/Delegate.html @@ -11,7 +11,7 @@

@Delegate

- +

Overview

@@ -52,7 +52,7 @@

Small print

- When passing classes to the annotation's types or excludes parameter, you cannot include generics. + When passing classes to the annotation's types or excludes parameter, you cannot include generics. This is a limitation of java. Use private inner interfaces or classes that extend the intended type including the generics parameter to work around this problem.

diff --git a/website/features/index.html b/website/features/index.html index e9a2255b..4433dc2c 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -35,9 +35,9 @@
@Log
Captain's Log, stardate 24435.7: "What was that line again?"
val
-
Finally! hassle-free final local variables.
+
Finally! Hassle-free final local variables.
@Delegate
-
Don't lose your composition
+
Don't lose your composition.
onMethod=,onParam=,onConstructor=
Annotate this! Add you favorite annotation to methods generated by lombok.
diff --git a/website/features/val.html b/website/features/val.html index f3e86447..05930c2d 100644 --- a/website/features/val.html +++ b/website/features/val.html @@ -11,7 +11,7 @@

val

- +

Overview

-- cgit