Skip to content

Commit 9760916

Browse files
committed
Add javadoc (including @SInCE tag) to new API methods
1 parent 3960a43 commit 9760916

File tree

1 file changed

+6
-5
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom

1 file changed

+6
-5
lines changed

bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,10 @@ public boolean getShowClose() {
279279
}
280280

281281
/**
282-
* TODO
283-
284-
* @return
282+
* Returns <code>true</code> to indicate that the dirty indicator should be shown.
283+
* Otherwise return <code>false</code>.
284+
*
285+
* @return <code>true</code> if the dirty indicatorn should be shown
285286
*
286287
* @since 4.35
287288
*/
@@ -506,9 +507,9 @@ public void setShowClose(boolean close) {
506507
}
507508

508509
/**
509-
* TODO
510+
* Sets to <code>true</code> to indicate that the dirty indicator should be shown.
510511
*
511-
* @param dirty
512+
* @param dirty the new value whether the dirty indicator shall be shown
512513
*
513514
* @since 4.35
514515
*/

0 commit comments

Comments
 (0)