summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2006-02-17 12:35:56 +0000
committerVeronika Irvine <veronika>2006-02-17 12:35:56 +0000
commit127624ef6ad0ca58f6aae14f906fa1570c7e7eb2 (patch)
treefc7dba697c00705bcb97d4b647ad96bb347d6243 /bundles/org.eclipse.swt/Eclipse SWT/win32
parenta6b68e507983e00b3e169f6a616db2a1cbfa0693 (diff)
downloadeclipse.platform.swt-127624ef6ad0ca58f6aae14f906fa1570c7e7eb2.tar.gz
eclipse.platform.swt-127624ef6ad0ca58f6aae14f906fa1570c7e7eb2.tar.xz
eclipse.platform.swt-127624ef6ad0ca58f6aae14f906fa1570c7e7eb2.zip
fix javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Transform.java1
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java2
2 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Transform.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Transform.java
index 84d3359799..a09d62e571 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Transform.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Transform.java
@@ -133,7 +133,6 @@ public void dispose() {
* that the receiver represents, in the order {m11, m12, m21, m22, dx, dy}.
*
* @param elements array to hold the matrix values
- * @return (in elements array) the transformation matrix represented by the receiver
*
* @exception SWTException <ul>
* <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
index 33773138e1..29e6cb5488 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
@@ -403,8 +403,6 @@ void setScrollbar () {
* Sets the receiver's spacing, spacing specifies the number of pixel allocated around
* each item.
*
- * @return the spacing
- *
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>