diff options
| author | Ayushman Jain | 2012-07-26 13:00:48 +0000 |
|---|---|---|
| committer | Markus Keller | 2012-07-26 13:00:48 +0000 |
| commit | 9f9f8eeed2f709abd58af040500d7cdcfa6bb5ee (patch) | |
| tree | b8b6eb02373bf6a7582bb434dea51f088a0a8676 | |
| parent | a81dba2fdc93c78c5b0462d27478b5b8019251d4 (diff) | |
| download | eclipse.platform.common-9f9f8eeed2f709abd58af040500d7cdcfa6bb5ee.tar.gz eclipse.platform.common-9f9f8eeed2f709abd58af040500d7cdcfa6bb5ee.tar.xz eclipse.platform.common-9f9f8eeed2f709abd58af040500d7cdcfa6bb5ee.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.htm | 2 |
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> |
