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/gtk
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/gtk')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
index 356f0d1770..c8e5114707 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
@@ -1295,7 +1295,7 @@ public Rectangle getBounds() {
* </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() {
@@ -1345,7 +1345,7 @@ public ImageData getImageData () {
* @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