summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-05-10 21:28:19 +0000
committerCarolyn MacLeod <carolyn>2004-05-10 21:28:19 +0000
commit78d893bd9353449f7f1929c8d1986e012ec88df0 (patch)
tree7fbfa6d2be5fc7cb7da14d92969a97b9291ea18b /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
parent844ac41a45f316893450db56222e677b1c5e39de (diff)
downloadeclipse.platform.swt-78d893bd9353449f7f1929c8d1986e012ec88df0.tar.gz
eclipse.platform.swt-78d893bd9353449f7f1929c8d1986e012ec88df0.tar.xz
eclipse.platform.swt-78d893bd9353449f7f1929c8d1986e012ec88df0.zip
javadoc typos
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.java4
1 files changed, 2 insertions, 2 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 fd636e8100..8b1edb60ad 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
@@ -1747,7 +1747,7 @@ public int internal_new_GC (GCData data) {
* application code.
* </p>
*
- * @param handle the platform specific GC handle
+ * @param hDC the platform specific GC handle
* @param data the platform specific GC data
*/
public void internal_dispose_GC (int hDC, GCData data) {
@@ -1860,7 +1860,7 @@ public String toString () {
* @param device the device on which to allocate the color
* @param type the type of the image (<code>SWT.BITMAP</code> or <code>SWT.ICON</code>)
* @param handle the OS handle for the image
- * @param hPalette the OS handle for the palette, or 0
+ * @return a new image object containing the specified device, type and handle
*/
public static Image win32_new(Device device, int type, int handle) {
if (device == null) device = Device.getDevice();