diff -r e5618cc85d74 -r 6c158198356e javauis/eswt_akn/org.eclipse.ercp.swt.s60/src/org/eclipse/swt/graphics/Color.java --- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/src/org/eclipse/swt/graphics/Color.java Thu Jul 15 18:31:06 2010 +0300 +++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/src/org/eclipse/swt/graphics/Color.java Thu Aug 19 09:48:13 2010 +0300 @@ -287,8 +287,6 @@ return OS.Color_RgbValue(device.handle, handle); } - - /** * Invokes platform specific functionality to allocate a new Color. *

@@ -300,8 +298,8 @@ *

* * @param device the device on which to allocate the color - * @param handle the handle for the font - * @return a new font object containing the specified device and handle + * @param handle the handle for the color + * @return a new color object containing the specified device and handle */ public static Color internal_new(Device device, int handle) {