Added missing @since tags; fix for Bug 9220.
--- a/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/project/ui/utils/ProjectUIUtils.java Wed Jul 08 12:02:58 2009 -0500
+++ b/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/project/ui/utils/ProjectUIUtils.java Wed Jul 08 12:03:22 2009 -0500
@@ -89,6 +89,7 @@
* Returns the preference option for whether or not to index all source files
* or just those of the build components
* @return the option
+ * @since 1.4
*/
public static boolean getIndexAllOption() {
return ProjectUIPlugin.getIndexAllOption();
@@ -98,6 +99,7 @@
* Sets the preference option for whether or not to index all source files
* or just those of the build components
* @param option true to enable the feature, false to disable
+ * @since 1.4
*/
public static void setIndexAllOption(boolean option) {
ProjectUIPlugin.setIndexAllOption(option);