Skip to content

Commit 596a08c

Browse files
authored
SWT Javadoc bash for 4.31 (#1051)
Fixes #1050
1 parent fc65397 commit 596a08c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bundles/org.eclipse.swt/Eclipse SWT Program/cocoa/org/eclipse/swt/program/Program.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ public boolean execute (String fileName) {
335335

336336

337337
/**
338-
* Returns the receiver's image data at 100% zoom level.
339-
* This is the icon that is associated with the receiver
338+
* Returns the receiver's image data at 100% zoom level.
339+
* This is the icon that is associated with the receiver
340340
* in the operating system.
341341
*
342342
* @return the image data for the program, may be null
@@ -346,13 +346,13 @@ public ImageData getImageData () {
346346
}
347347

348348
/**
349-
* Returns the receiver's image data based on the given zoom level.
350-
* This is the icon that is associated with the receiver in the
349+
* Returns the receiver's image data based on the given zoom level.
350+
* This is the icon that is associated with the receiver in the
351351
* operating system.
352-
*
352+
*
353353
* @param zoom
354354
* The zoom level in % of the standard resolution
355-
*
355+
*
356356
* @return the image data for the program, may be null
357357
* @since 3.125
358358
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ public void setDescent (int descent) {
18071807
* painting hieroglyphs usually involves a fallback font).</li>
18081808
* <li>Obtaining 'FontMetrics' via a temporary 'TextLayout'. This would
18091809
* involve setting a desired text sample to 'TextLayout', then measuring
1810-
* it with {@link org.eclipse.swt.graphics.TextLayout#getLineMetrics(int)}. This approach will also
1810+
* it with {@link TextLayout#getLineMetrics(int)}. This approach will also
18111811
* take fallback fonts into account.</li>
18121812
* </ul>
18131813
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ public void setDescent (int descent) {
19751975
* painting hieroglyphs usually involves a fallback font).</li>
19761976
* <li>Obtaining 'FontMetrics' via a temporary 'TextLayout'. This would
19771977
* involve setting a desired text sample to 'TextLayout', then measuring
1978-
* it with {@link org.eclipse.swt.graphics.TextLayout#getLineMetrics(int)}. This approach will also
1978+
* it with {@link TextLayout#getLineMetrics(int)}. This approach will also
19791979
* take fallback fonts into account.</li>
19801980
* </ul>
19811981
*

0 commit comments

Comments
 (0)