Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-16 10:17:30 +0000
committerAlexander Kurtakov2019-02-16 10:17:30 +0000
commitbdffa0c5390963cfeb67c58712173774bc8fd4e9 (patch)
tree42edb7e20ea548e017bf73c58f0daa5b9621e0f5 /org.eclipse.help.ui
parent07e8871767065e1065e6f55656417510b9dee5b3 (diff)
downloadeclipse.platform.ua-bdffa0c5390963cfeb67c58712173774bc8fd4e9.tar.gz
eclipse.platform.ua-bdffa0c5390963cfeb67c58712173774bc8fd4e9.tar.xz
eclipse.platform.ua-bdffa0c5390963cfeb67c58712173774bc8fd4e9.zip
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: Ic3ebad9640e7483979a183aff0807663456ed193 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/RootScopePage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/RootScopePage.java b/org.eclipse.help.ui/src/org/eclipse/help/ui/RootScopePage.java
index d0432b16b..807e8c54f 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/RootScopePage.java
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/RootScopePage.java
@@ -210,7 +210,7 @@ public abstract class RootScopePage extends PreferencePage implements
* Tests whether the search engine has been selected to participate in the
* search.
*
- * @return <code>true</code> if the search engine is enabled, </code>false</code>
+ * @return <code>true</code> if the search engine is enabled, <code>false</code>
* otherwise.
*/

Back to the top