summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2008-05-30 16:20:25 +0000
committerKevin Barnes <krbarnes>2008-05-30 16:20:25 +0000
commit15dbeb40affa1d930814f681c83b83a00bc5ad9b (patch)
tree1b17c1dd91e5e184539935de392df845bbc3be57
parent4f848dd61030015e63cc61a4d9b200a0bfef2d4e (diff)
downloadeclipse.platform.swt-15dbeb40affa1d930814f681c83b83a00bc5ad9b.tar.gz
eclipse.platform.swt-15dbeb40affa1d930814f681c83b83a00bc5ad9b.tar.xz
eclipse.platform.swt-15dbeb40affa1d930814f681c83b83a00bc5ad9b.zip
doc fix - 233844 CTabFolder#setSelection(CTabItem) IllegalArgumentException is wrong
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
index 05304b4d87..b238723eea 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
@@ -3170,7 +3170,7 @@ public void setMRUVisible(boolean show) {
* @param item the tab item to be selected
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT - if the listener is null</li>
+ * <li>ERROR_NULL_ARGUMENT - if the item is null</li>
* </ul>
*
* @exception SWTException <ul>