1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Bug 318322: Missing since tag

This commit is contained in:
Marc Khouzam 2010-07-06 18:28:59 +00:00
parent d080030456
commit 787f73eb3f

View file

@ -551,6 +551,7 @@ public class CommandFactory {
return new MIGDBSetPagination(ctx, isSet);
}
/** @since 3.1 */
public ICommand<MIInfo> createMIGDBSetSolibAbsolutePrefix(ICommandControlDMContext ctx, String prefix) {
return new MIGDBSetSolibAbsolutePrefix(ctx, prefix);
}