# HG changeset patch # User stechong # Date 1247072602 18000 # Node ID e443492d1ad391ce663086a25eff95321544b7e8 # Parent 979e44f9ba4227fd977c6d93d263ebfa6c3f0c71 Added missing @since tags; fix for Bug 9220. diff -r 979e44f9ba42 -r e443492d1ad3 project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/project/ui/utils/ProjectUIUtils.java --- 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);