Skip to content

Commit 6174057

Browse files
JavaDocs Updates
1 parent 9a79298 commit 6174057

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ public FontData(String string) {
187187
}
188188

189189
/**
190-
* Constructs a new FontData copy
190+
* Constructs a deep copy of the given font data object.
191191
*
192-
* @param fontData the FondData object for which copy is needed to be made
192+
* @param fontData the FontData object to copy
193193
*
194194
* @exception IllegalArgumentException
195195
* <ul>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ public FontData(String string) {
185185
}
186186

187187
/**
188-
* Constructs a new FontData copy
188+
* Constructs a deep copy of the given font data object.
189189
*
190-
* @param fontData the FondData object for which copy is needed to be made
190+
* @param fontData the FontData object to copy
191191
*
192192
* @exception IllegalArgumentException
193193
* <ul>

bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ public FontData(String string) {
242242

243243

244244
/**
245-
* Constructs a new FontData copy
245+
* Constructs a deep copy of the given font data object.
246246
*
247-
* @param fontData the FondData object for which copy is needed to be made
247+
* @param fontData the FontData object to copy
248248
*
249249
* @exception IllegalArgumentException
250250
* <ul>

0 commit comments

Comments
 (0)