From 4b9a8142d0638d0098ec0e76cc791b65592f66c0 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 4 Jul 2011 15:49:47 +0200 Subject: Another trivial website typo. --- website/features/Cleanup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/features') diff --git a/website/features/Cleanup.html b/website/features/Cleanup.html index 35100f09..3b3b09b4 100644 --- a/website/features/Cleanup.html +++ b/website/features/Cleanup.html @@ -24,7 +24,7 @@ If the type of object you'd like to cleanup does not have a close() method, but some other no-argument method, you can specify the name of this method like so:
@Cleanup("dispose") org.eclipse.swt.widgets.CoolBar bar = new CoolBar(parent, 0);
- By default, the cleanup method is presumed to be close(). A cleanup method that takes argument cannot be called via + By default, the cleanup method is presumed to be close(). A cleanup method that takes 1 or more arguments cannot be called via @Cleanup.

-- cgit