summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics
diff options
context:
space:
mode:
authorMike Wilson <mcq>2002-05-28 16:04:26 +0000
committerMike Wilson <mcq>2002-05-28 16:04:26 +0000
commitf342bba67a6003213057bf5e4e8cc2cd93ed792f (patch)
tree8e700333f2dad176fb40065c966c5762f2e2ebea /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics
parent002e9908ecd450b5893df68fa84f845766d5e451 (diff)
downloadeclipse.platform.swt-f342bba67a6003213057bf5e4e8cc2cd93ed792f.tar.gz
eclipse.platform.swt-f342bba67a6003213057bf5e4e8cc2cd93ed792f.tar.xz
eclipse.platform.swt-f342bba67a6003213057bf5e4e8cc2cd93ed792f.zip
fixed constructor comment
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
index d4234beaa3..4540bded27 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
@@ -137,7 +137,7 @@ Image() {
* @param height the height of the new image
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_INVALID_ARGUMENT - if either the width or height is negative</li>
+ * <li>ERROR_INVALID_ARGUMENT - if either the width or height is negative or zero</li>
* </ul>
*/
public Image(Device display, int width, int height) {