Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2017-06-05 12:20:20 +0000
committerLakshmi Shanmugam2017-06-05 12:20:20 +0000
commitbb1818bd20f5dd8e57c25f1c2796ed153a016d73 (patch)
tree585c2e5cd7d634dc0251c3296f4f13df99208dae /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt
parente43fc81e0ae9c08b4304dded5de83251e2648b3d (diff)
downloadeclipse.platform.swt-bb1818bd20f5dd8e57c25f1c2796ed153a016d73.tar.gz
eclipse.platform.swt-bb1818bd20f5dd8e57c25f1c2796ed153a016d73.tar.xz
eclipse.platform.swt-bb1818bd20f5dd8e57c25f1c2796ed153a016d73.zip
Bug 517183 - Do the annual javadoc bash for 4.7Y20170608-1000
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt')
-rw-r--r--bundles/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 43dc9e705f..93474be89a 100644
--- 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
@@ -1420,7 +1420,7 @@ Rectangle getBounds(int zoom) {
* </ul>
* @since 3.105
* @deprecated This API doesn't serve the purpose in an environment having
- * multiple monitors with different DPIs and hence deprecated.
+ * multiple monitors with different DPIs, hence deprecated.
*/
@Deprecated
public Rectangle getBoundsInPixels() {
@@ -1547,7 +1547,7 @@ public ImageData getImageData (int zoom) {
* @see ImageData
* @since 3.105
* @deprecated This API doesn't serve the purpose in an environment having
- * multiple monitors with different DPIs and hence deprecated, use
+ * multiple monitors with different DPIs, hence deprecated. Use
* {@link #getImageData(int)} instead.
*/
@Deprecated

Back to the top