Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-15 20:08:47 +0000
committerAlexander Kurtakov2019-02-15 20:08:47 +0000
commit71eb791e2e262066587bcb033e67a812678b3823 (patch)
tree4ec993dcf714f608d563e92889d086234528e0cf
parent734d10b4a5cbf57135bfa680d905d5bf3b976373 (diff)
downloadeclipse.platform.team-71eb791e2e262066587bcb033e67a812678b3823.tar.gz
eclipse.platform.team-71eb791e2e262066587bcb033e67a812678b3823.tar.xz
eclipse.platform.team-71eb791e2e262066587bcb033e67a812678b3823.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I90741b2c84d4f2965a990fc59f49ee1c4ff366db Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java
index 56895651d..239bb9f00 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java
@@ -615,8 +615,9 @@ public abstract class CompareEditorInput extends PlatformObject implements IEdit
}
/**
- * @param parent the parent control under which the control must be created
- * @param direction the layout direction of the contents, either </code>SWT.HORIZONTAL<code> or </code>SWT.VERTICAL<code>
+ * @param parent the parent control under which the control must be created
+ * @param direction the layout direction of the contents, either
+ * <code>SWT.HORIZONTAL<code> or <code>SWT.VERTICAL<code>
* @return the SWT control hierarchy for the outline part of the compare editor
* @since 3.0
*/

Back to the top