Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-15 20:51:25 +0000
committerAlexander Kurtakov2019-02-15 20:51:25 +0000
commitbef857faf1290aab5cfcf820bfd596a723404a6c (patch)
tree8fef8da00ee07487e3f544a9cca64c4898e3fa1b /bundles/org.eclipse.compare
parent71eb791e2e262066587bcb033e67a812678b3823 (diff)
downloadeclipse.platform.team-bef857faf1290aab5cfcf820bfd596a723404a6c.tar.gz
eclipse.platform.team-bef857faf1290aab5cfcf820bfd596a723404a6c.tar.xz
eclipse.platform.team-bef857faf1290aab5cfcf820bfd596a723404a6c.zip
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I3562ebe85c8ef7ab97779211bcf3b034c75eae7f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.compare')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java2
1 files changed, 1 insertions, 1 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 239bb9f00..ae4cb4e6e 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java
@@ -617,7 +617,7 @@ 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>
+ * <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