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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/features/Delegate.html') 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.

-- cgit