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:
Ken Ryall 2010-02-11 20:41:58 +00:00
parent 3c6f76e9e1
commit 7137aaeb64

View file

@ -1275,6 +1275,7 @@ public class CCorePlugin extends Plugin {
* or embedded within the resource tree of projects when they are not top level folders.
*
* @return boolean preference value
* @since 5.2
*/
public static boolean showSourceRootsAtTopOfProject() {
return getDefault().getPluginPreferences().getBoolean( CCorePreferenceConstants.SHOW_SOURCE_ROOTS_AT_TOP_LEVEL_OF_PROJECT);