1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 565142 - Support using CDT in Eclipse flatpak

- add missing @since tag for new CommandLauncherManager
  checkIfIncludesChanged method

Change-Id: Ic1774a464c08ee86ee594c4d80102457f79b0ea5
This commit is contained in:
Jeff Johnston 2020-08-26 13:27:29 -04:00
parent 0349a8a85f
commit 2f05a6348e

View file

@ -334,6 +334,9 @@ public class CommandLauncherManager {
return includePaths;
}
/**
* @since 7.0
*/
public boolean checkIfIncludesChanged(ICBuildConfiguration config) {
ICommandLauncherFactory factory = getBestFactory(config);
if (factory != null && factory instanceof ICommandLauncherFactory3) {