diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-07-04 15:49:47 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-07-04 15:49:47 +0200 |
commit | 4b9a8142d0638d0098ec0e76cc791b65592f66c0 (patch) | |
tree | 16a9fab31f68cc47718b5a188d56591eb11aec77 /website/features | |
parent | 789f358c095a0dd26e6f4dd52ad9d63ca66d1151 (diff) | |
download | lombok-4b9a8142d0638d0098ec0e76cc791b65592f66c0.tar.gz lombok-4b9a8142d0638d0098ec0e76cc791b65592f66c0.tar.bz2 lombok-4b9a8142d0638d0098ec0e76cc791b65592f66c0.zip |
Another trivial website typo.
Diffstat (limited to 'website/features')
-rw-r--r-- | website/features/Cleanup.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>close()</code> method, but some other no-argument method, you can specify the name of this method like so:<br /> <code>@Cleanup("dispose") org.eclipse.swt.widgets.CoolBar bar = new CoolBar(parent, 0);</code><br /> - By default, the cleanup method is presumed to be <code>close()</code>. A cleanup method that takes argument cannot be called via + By default, the cleanup method is presumed to be <code>close()</code>. A cleanup method that takes 1 or more arguments cannot be called via <code>@Cleanup</code>. </p> </div> |