From 2936a95c7b1920862b7355b138dc9cf4cfa5725a Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Thu, 14 Feb 2019 23:09:58 +0200 Subject: Bug 543933 - Build javadocs with Java 11 Fix warnings catched by java 11 javadoc. (take 3) Change-Id: I6e7fd7d2f60b67dfdfe31e89d80c871cfd6c443f Signed-off-by: Alexander Kurtakov --- .../src/org/eclipse/ui/texteditor/templates/package.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'org.eclipse.ui.workbench.texteditor') diff --git a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/package.html b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/package.html index b5d87c80d63..ba11f535417 100644 --- a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/package.html +++ b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/package.html @@ -14,9 +14,9 @@ with the Eclipse text editor template support.

Templates

Packages

Introduction

Templates are shortcuts for frequently used fragments of text such as @@ -69,8 +69,6 @@ extension point.
  • TemplatePreferencePage allows the user to access the templates within a TemplateStore.
  • -

    Example

    See the Template Editor Example in the org.eclipse.ui.examples.javaeditor project.
    -- cgit v1.2.3