Bug 409303 - [batch][compiler][options] "-warn:+unused" should include
unusedAllocation


Change-Id: I9bcf36b3a909cc6962550d7260e5584bbeeb50ea
Signed-off-by: Stephan Herrmann <stephan.herrmann@berlin.de>
diff --git a/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm b/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm
index d82e0c4..f193c9f 100644
--- a/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm
+++ b/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm
@@ -800,7 +800,7 @@
 <tr>
 <td align="center" valign="top">+/-</td>
 <td align="left" valign="top">unused</td>
-<td valign="top">macro for unusedImport, unusedLabel, unusedLocal, unusedPrivate, unusedThrown, unusedTypeArgs, and unusedTypeParameter</td>
+<td valign="top">macro for deadCode, intfRedundant, unusedAllocation, unusedExceptionParam, unusedImport, unusedLabel, unusedLocal, unusedParam, unusedPrivate, unusedThrown, unusedTypeArgs, and unusedTypeParameter</td>
 </tr>
 <tr>
 <td align="center" valign="top">-</td>