Added missing @since tags; fix for Bug 9220.
authorstechong
Wed, 08 Jul 2009 12:02:00 -0500
changeset 356 c9e7d55745c8
parent 355 26cc9825bb33
child 357 979e44f9ba42
Added missing @since tags; fix for Bug 9220.
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);