summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-04-17 23:04:22 +0000
committerCarolyn MacLeod <carolyn>2006-04-17 23:04:22 +0000
commit71cb57a1f615096ab976b0ce4983b41018a4115b (patch)
tree923eb27f707d22c5133c829c652bce45c434defc /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
parentccb90edffcc42c11361511dc0ff9fdd8eab06003 (diff)
downloadeclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.tar.gz
eclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.tar.xz
eclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.zip
bug 136890 - javadoc typos
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
index d19cadac56..f69e27b3f1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
@@ -338,8 +338,7 @@ Rectangle [] getRectangles (int linkIndex) {
/**
* Returns the receiver's text, which will be an empty
- * string if it has never been set or if the receiver is
- * a <code>SEPARATOR</code> label.
+ * string if it has never been set.
*
* @return the receiver's text
*