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

Move @since 4.9 to @since 5.0

Change-Id: I78e8a5652c10e3bf773f6cf92874b121891df4b1
This commit is contained in:
Marc Khouzam 2015-11-27 11:18:33 -05:00
parent 3dd8f57dcf
commit 56635a1b57
2 changed files with 3 additions and 3 deletions

View file

@ -701,7 +701,7 @@ public class GDBRunControl_7_0_NS extends AbstractDsfService implements IMIRunCo
rm.done(doCanResume(context)); rm.done(doCanResume(context));
} }
/** @since 4.9 */ /** @since 5.0 */
protected boolean doCanResume(IExecutionDMContext context) { protected boolean doCanResume(IExecutionDMContext context) {
// Thread case // Thread case
if (context instanceof IMIExecutionDMContext) { if (context instanceof IMIExecutionDMContext) {
@ -775,7 +775,7 @@ public class GDBRunControl_7_0_NS extends AbstractDsfService implements IMIRunCo
}); });
} }
/** @since 4.9 */ /** @since 5.0 */
protected void doResume(IMIContainerDMContext context, final RequestMonitor rm) { protected void doResume(IMIContainerDMContext context, final RequestMonitor rm) {
if (!doCanResume(context)) { if (!doCanResume(context)) {
rm.setStatus(new Status(IStatus.ERROR, GdbPlugin.PLUGIN_ID, INVALID_STATE, rm.setStatus(new Status(IStatus.ERROR, GdbPlugin.PLUGIN_ID, INVALID_STATE,

View file

@ -116,7 +116,7 @@ public class GDBRunControl_7_2_NS extends GDBRunControl_7_0_NS
// Now that the flag --thread-group is globally supported // Now that the flag --thread-group is globally supported
// by GDB 7.2, we have to make sure not to use it twice. // by GDB 7.2, we have to make sure not to use it twice.
// Bug 340262 // Bug 340262
/** @since 4.9 */ /** @since 5.0 */
@Override @Override
protected void doResume(IMIContainerDMContext context, final RequestMonitor rm) { protected void doResume(IMIContainerDMContext context, final RequestMonitor rm) {
if (!doCanResume(context)) { if (!doCanResume(context)) {