Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-16 13:58:55 +0000
committerAlexander Kurtakov2019-02-16 13:58:55 +0000
commite8abc89326c91d3e63b64d1139f994f1a9ead648 (patch)
tree0b67f5c59d4d107abc53c4cf1777164e1f77860e /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
parent63e8925dc77db3b93ef521dc6cf2bd6ded7bab64 (diff)
downloadeclipse.platform.swt-e8abc89326c91d3e63b64d1139f994f1a9ead648.tar.gz
eclipse.platform.swt-e8abc89326c91d3e63b64d1139f994f1a9ead648.tar.xz
eclipse.platform.swt-e8abc89326c91d3e63b64d1139f994f1a9ead648.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: If1a13c413a4734eb5ee5a28d87f327c34494c30b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
index d3bca490c7..8c2498f0a0 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
@@ -926,7 +926,7 @@ public boolean getJustify () {
* <li>ERROR_INVALID_ARGUMENT - if the character offset is out of range</li>
* </ul>
* @exception SWTException <ul>
- * <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
+ * <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li></ul>
*/
public int getLevel(int offset) {
checkLayout();

Back to the top