From 7ae9987f515d49bf483d3b0a5ddf699626842ad1 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 18 Feb 2019 18:34:16 +0200 Subject: Bug 543933 - Build javadocs with Java 11 Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: Ie338a5e924a45d8d144bd32e22259db29e364591 Signed-off-by: Alexander Kurtakov --- .../src/org/eclipse/ui/console/actions/package.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/package.html b/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/package.html index cfb538c69..0b204e032 100644 --- a/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/package.html +++ b/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/package.html @@ -8,10 +8,10 @@ -

Application programming interfaces for Eclipse console specific +

Application programming interfaces for Eclipse console specific actions.

-

Package Specification

+

Package Specification

This package provides a set of actions related to the Eclipse console.

Clients are allowed to instantiate classes from this package. The classes are -- cgit v1.2.3