summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2007-05-30 18:11:49 +0000
committerCarolyn MacLeod <carolyn>2007-05-30 18:11:49 +0000
commit29dd643caad56496d475de336df6235bfc492a9b (patch)
treea0d5311d598b27f130f79ac6a95c023a0b6c33be /bundles
parent8500e6a54d519363677cca8a2fc8d6a48ce7f979 (diff)
downloadeclipse.platform.swt-29dd643caad56496d475de336df6235bfc492a9b.tar.gz
eclipse.platform.swt-29dd643caad56496d475de336df6235bfc492a9b.tar.xz
eclipse.platform.swt-29dd643caad56496d475de336df6235bfc492a9b.zip
javadoc updates
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java
index b608de6003..74b8805ad9 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java
@@ -72,7 +72,7 @@ public final class FontData {
String lang, country, variant;
/**
- * Constructs a new un-initialized font data.
+ * Constructs a new uninitialized font data.
*/
public FontData() {
data = OS.IsUnicode ? (LOGFONT)new LOGFONTW() : new LOGFONTA();
@@ -351,7 +351,7 @@ int EnumLocalesProc(int lpLocaleString) {
*
* @return the height of this FontData
*
- * @see #setHeight
+ * @see #setHeight(int)
*/
public int getHeight() {
return (int)(0.5f + height);