diff options
author | Grant Gayed <ggayed> | 2007-10-29 16:48:31 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2007-10-29 16:48:31 +0000 |
commit | 3619e05678dc1ff8c0482f066150e6e0bbd77bcf (patch) | |
tree | e9914314644beed04e098dbf8d23923aab2b8ca7 | |
parent | d8d35a369e103c8d3c0ab33845f93aed79206d6f (diff) | |
download | eclipse.platform.swt-3619e05678dc1ff8c0482f066150e6e0bbd77bcf.tar.gz eclipse.platform.swt-3619e05678dc1ff8c0482f066150e6e0bbd77bcf.tar.xz eclipse.platform.swt-3619e05678dc1ff8c0482f066150e6e0bbd77bcf.zip |
fix javadoc typo
-rwxr-xr-x | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java index 0a78bb1cb1..fd6eddb222 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java @@ -2229,7 +2229,7 @@ public int getItemCount () { /** * Returns the height of the area which would be used to - * display <em>one</em> of the items in the receiver's. + * display <em>one</em> of the items in the receiver. * * @return the height of one item * |