mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Add missing @since tag
This commit is contained in:
parent
6684fa8364
commit
f743d07e7e
1 changed files with 2 additions and 0 deletions
|
@ -699,6 +699,8 @@ public class TabFolderManager extends PlatformObject implements ISelectionProvid
|
||||||
* @param item The associated tab item. Must not be <code>null</code>.
|
* @param item The associated tab item. Must not be <code>null</code>.
|
||||||
*
|
*
|
||||||
* @return The command input field handler. Must not be <code>null</code>.
|
* @return The command input field handler. Must not be <code>null</code>.
|
||||||
|
*
|
||||||
|
* @since 4.1
|
||||||
*/
|
*/
|
||||||
protected TabCommandFieldHandler createTabCommandFieldHandler(TabFolderManager tabFolderManager, CTabItem item) {
|
protected TabCommandFieldHandler createTabCommandFieldHandler(TabFolderManager tabFolderManager, CTabItem item) {
|
||||||
return new TabCommandFieldHandler(tabFolderManager, item);
|
return new TabCommandFieldHandler(tabFolderManager, item);
|
||||||
|
|
Loading…
Add table
Reference in a new issue