Skip to content

Commit 7d718fe

Browse files
deepika-uakurtakov
authored andcommitted
SWT Javadoc bash for 4.35
Fixes #1841
1 parent da081e9 commit 7d718fe

File tree

2 files changed

+2
-2
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT

2 files changed

+2
-2
lines changed

bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ public Image(Device device, ImageDataProvider imageDataProvider) {
852852

853853
/**
854854
* The provided ImageGcDrawer will be called on demand whenever a new variant of the
855-
* Image for an additional zoom is required. Depending on the OS specific implementation
855+
* Image for an additional zoom is required. Depending on the OS-specific implementation
856856
* these calls will be done during the instantiation or later when a new variant is
857857
* requested.
858858
*

bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public Image(Device device, ImageDataProvider imageDataProvider) {
670670

671671
/**
672672
* The provided ImageGcDrawer will be called on demand whenever a new variant of the
673-
* Image for an additional zoom is required. Depending on the OS specific implementation
673+
* Image for an additional zoom is required. Depending on the OS-specific implementation
674674
* these calls will be done during the instantiation or later when a new variant is
675675
* requested.
676676
*

0 commit comments

Comments
 (0)