Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-15 20:07:18 +0000
committerAlexander Kurtakov2019-02-15 20:07:18 +0000
commita674c6df5225f33908b78dd288e8439e37df4aa9 (patch)
treef0701ebda406c2e216693566d407ab7a5fb41645 /org.eclipse.debug.core
parent62a4a631630ed77cfdd1e27333cafae0a7cbcf27 (diff)
downloadeclipse.platform.debug-a674c6df5225f33908b78dd288e8439e37df4aa9.tar.gz
eclipse.platform.debug-a674c6df5225f33908b78dd288e8439e37df4aa9.tar.xz
eclipse.platform.debug-a674c6df5225f33908b78dd288e8439e37df4aa9.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: Ica791208fc04920e9937cd4a929b55872d342856 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html
index 6192e28d6..1a2b54cc3 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html
@@ -101,7 +101,6 @@ set of breakpoint via the breakpoints extension point.</p>
scoped build prior to launching (i.e. scoped to the projects in the workspace
pertaining to the launch), and searching for errors in the workspace which
may prevent the launch from succeeding (for example, compilation errors).</p>
- <p></p>
<h4>Extensible Watch Expressions</h4>
<p>The debug platform provides an implementation of watch expressions. Debug
models can contribute watch expression delegates if they support watch expressions.

Back to the top