summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-06-22 09:10:34 +0000
committerCarolyn MacLeod <carolyn>2005-06-22 09:10:34 +0000
commita6cdc4224be40247932a58ad002933daf84881ff (patch)
treefd7a46ea76ecc28e0538f4d55236b46258d991d8 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
parent06b49e6b617fb3a7c950ffef3f6da71106d90fcf (diff)
downloadeclipse.platform.swt-a6cdc4224be40247932a58ad002933daf84881ff.tar.gz
eclipse.platform.swt-a6cdc4224be40247932a58ad002933daf84881ff.tar.xz
eclipse.platform.swt-a6cdc4224be40247932a58ad002933daf84881ff.zip
doc: bug 84911
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
index 529112ab24..1092d31643 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
@@ -1472,7 +1472,7 @@ public ImageData getImageData() {
/**
* Returns an integer hash code for the receiver. Any two
- * objects which return <code>true</code> when passed to
+ * objects that return <code>true</code> when passed to
* <code>equals</code> must return the same value for this
* method.
*