1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Add missing @since tag

This commit is contained in:
Uwe Stieber 2015-06-24 13:52:12 +02:00
parent 6684fa8364
commit f743d07e7e

View file

@ -699,6 +699,8 @@ public class TabFolderManager extends PlatformObject implements ISelectionProvid
* @param item The associated tab item. 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) {
return new TabCommandFieldHandler(tabFolderManager, item);