diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java index 9be5dfd64ec..c1c64588415 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/build/CBuildConfiguration.java @@ -316,6 +316,7 @@ public abstract class CBuildConfiguration extends PlatformObject implements ICBu * Get the toolchain based on the compiler found in the command line. * Sub-classes can override this method to set their own method for * getting the toolchain. + * @since 8.0 * */ protected IToolChain getToolChain(List command) throws CoreException {