Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-18 10:39:28 +0000
committerAlexander Kurtakov2019-02-18 10:39:28 +0000
commitcd9e6f42e7560d59789a36ebced59b09959af8cc (patch)
treec07eb2c6926b3ccfa622465263e290ba008f2b5c /org.eclipse.ui.cheatsheets
parentbdffa0c5390963cfeb67c58712173774bc8fd4e9 (diff)
downloadeclipse.platform.ua-cd9e6f42e7560d59789a36ebced59b09959af8cc.tar.gz
eclipse.platform.ua-cd9e6f42e7560d59789a36ebced59b09959af8cc.tar.xz
eclipse.platform.ua-cd9e6f42e7560d59789a36ebced59b09959af8cc.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I5574e0e981e4780edc2b4bb5a65d8fef0bad26a6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetViewer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetViewer.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetViewer.java
index 59b152528..4b57ad43a 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetViewer.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/cheatsheets/ICheatSheetViewer.java
@@ -83,7 +83,6 @@ public interface ICheatSheetViewer {
* <code>org.eclipse.ui.cheatsheets.cheatSheetContent</code>
* extension point. The viewer shows an error message if there
* is no cheat sheet with the given id.
- * </p>
* <p>
* The execution states of open cheat sheets are maintained
* and persisted globally using the cheat sheet id as the key.

Back to the top