Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2002-02-28 01:40:31 +0000
committerCarolyn MacLeod2002-02-28 01:40:31 +0000
commit2aeb13abe37af893fdc76eeb11aa780be2749fc0 (patch)
treec212209553ac5fc2e13585454a08b5f21b078151 /bundles/org.eclipse.swt
parent4100ba4ad00fb39125bdfc1a813e812b72175b67 (diff)
downloadeclipse.platform.swt-2aeb13abe37af893fdc76eeb11aa780be2749fc0.tar.gz
eclipse.platform.swt-2aeb13abe37af893fdc76eeb11aa780be2749fc0.tar.xz
eclipse.platform.swt-2aeb13abe37af893fdc76eeb11aa780be2749fc0.zip
javadoc fix
Diffstat (limited to 'bundles/org.eclipse.swt')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoaderEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoaderEvent.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoaderEvent.java
index 1b88b67280..ae160010f2 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoaderEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoaderEvent.java
@@ -69,7 +69,7 @@ public ImageLoaderEvent(ImageLoader source, ImageData imageData, int incrementCo
* Returns a string containing a concise, human-readable
* description of the receiver.
*
- * @return a string representation of the point
+ * @return a string representation of the event
*/
public String toString () {
return "ImageLoaderEvent {source=" + source + " imageData=" + imageData + " incrementCount=" + incrementCount + " endOfImage=" + endOfImage + "}";

Back to the top