mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Bug 318322: Missing since tag
This commit is contained in:
parent
d080030456
commit
787f73eb3f
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ public class CommandFactory {
|
||||||
return new MIGDBSetPagination(ctx, isSet);
|
return new MIGDBSetPagination(ctx, isSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @since 3.1 */
|
||||||
public ICommand<MIInfo> createMIGDBSetSolibAbsolutePrefix(ICommandControlDMContext ctx, String prefix) {
|
public ICommand<MIInfo> createMIGDBSetSolibAbsolutePrefix(ICommandControlDMContext ctx, String prefix) {
|
||||||
return new MIGDBSetSolibAbsolutePrefix(ctx, prefix);
|
return new MIGDBSetSolibAbsolutePrefix(ctx, prefix);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue