Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyushman Jain2012-07-26 13:00:48 +0000
committerMarkus Keller2012-07-26 13:05:16 +0000
commiteebe5312e5e0ea007e2c24630b328fb9ad5a67ae (patch)
treed3494f39e95ea7c3ac43fb4382fbbfd153384ae0
parent6e7bd6b29661f456ffb9c163410f52bee7e4fb80 (diff)
downloadeclipse.platform.common-eebe5312e5e0ea007e2c24630b328fb9ad5a67ae.tar.gz
eclipse.platform.common-eebe5312e5e0ea007e2c24630b328fb9ad5a67ae.tar.xz
eclipse.platform.common-eebe5312e5e0ea007e2c24630b328fb9ad5a67ae.zip
Fixed bug 375409 - Add missing Javadoc compile options to batch
compiler
-rw-r--r--bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-errors-warnings.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-errors-warnings.htm b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-errors-warnings.htm
index edf0fd275..bd8069101 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-errors-warnings.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-errors-warnings.htm
@@ -961,7 +961,7 @@ use raw types in the first place.</p>
</td>
<td valign="top">
<p>When enabled, the compiler will issue an error or a warning when a non-null annotation is applied although the same effect is already achieved by a default applicable at the current location.
- Such a default may be set by enabling the option <b>Use non-null as workspace-wide (or project-wide) default</b> or by using the @NonNullByDefault annotation.</p>
+ Such a default may be set by using the @NonNullByDefault annotation.</p>
</td>
<td valign="top">
<p>Warning</p>

Back to the top