Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-16 15:57:01 +0000
committerAlexander Kurtakov2019-02-16 15:57:01 +0000
commit7d2ee1f434cab34357ca6b4d92fb8acbadb1ec00 (patch)
tree0c11dd2ea872fe4f203c2e6bde4de02d740a3317 /org.eclipse.debug.ui
parent94821aeec18c0ff4103819e6f5323838b8670bc9 (diff)
downloadeclipse.platform.debug-7d2ee1f434cab34357ca6b4d92fb8acbadb1ec00.tar.gz
eclipse.platform.debug-7d2ee1f434cab34357ca6b4d92fb8acbadb1ec00.tar.xz
eclipse.platform.debug-7d2ee1f434cab34357ca6b4d92fb8acbadb1ec00.zip
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: Ia9710302e4ac410d5724ae0430ee32389132f76b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/package.html4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/package.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/package.html b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/package.html
index ea275ff7e..f9b461c34 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/package.html
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/package.html
@@ -8,9 +8,9 @@
<body link="#0000FF" vlink="#800080">
-<p align="left">Provides a set of actions related to running and debugging applications.</p>
+<p>Provides a set of actions related to running and debugging applications.</p>
-<h2 align="left">Package Specification</h2>
+<h2>Package Specification</h2>
<p>This package provides a set of actions related to running and debugging applications.</p>
</body>
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/package.html b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/package.html
index 1e27d958f..1b9f5d569 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/package.html
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/package.html
@@ -8,9 +8,9 @@
<body link="#0000FF" vlink="#800080">
-<p align="left">Provides a set of interfaces and classes for rendering and annotating text in the debug console.</p>
+<p>Provides a set of interfaces and classes for rendering and annotating text in the debug console.</p>
-<h2 align="left">Package Specification</h2>
+<h2>Package Specification</h2>
<p>This package provides a set interfaces and classses for coloring streams of
text, parsing output, and creating hyperlinks in the debug console.</p>

Back to the top