1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Add missing @since

This commit is contained in:
Jonah Graham 2022-11-21 18:00:42 -05:00
parent 60f668f259
commit 73fae6d6c1

View file

@ -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<String> command) throws CoreException {