Index: Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java,v retrieving revision 1.257 diff -u -r1.257 CTabFolder.java --- Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java 19 Mar 2007 18:39:28 -0000 1.257 +++ Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java 3 Apr 2007 18:44:50 -0000 @@ -1377,10 +1377,9 @@ return Math.max(0, x); } /** - * Return the selected tab item, or an empty array if there - * is no selection. + * Return the selected tab item, or null if there is no selection. * - * @return the selected tab item + * @return the selected tab item, or null if none has been selected * * @exception SWTException