# HG changeset patch # User stechong # Date 1247072520 18000 # Node ID c9e7d55745c833d41c516a9ad11e448f80c96d8d # Parent 26cc9825bb335b67c559ced0311972b16df2f22f Added missing @since tags; fix for Bug 9220. diff -r 26cc9825bb33 -r c9e7d55745c8 core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.java --- a/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.java Wed Jul 08 11:07:28 2009 -0500 +++ b/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.java Wed Jul 08 12:02:00 2009 -0500 @@ -240,6 +240,7 @@ * If using the template filter checkbox, this allows you to set the * template to filter on. * @param template the template to filter on + * @since 1.4 */ public void setSelectedTemplate(ITemplate template) { this.templateFilter.setTemplate(template);