File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
bundles/org.eclipse.swt/Eclipse SWT
cocoa/org/eclipse/swt/graphics
gtk/org/eclipse/swt/graphics
win32/org/eclipse/swt/graphics Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments