1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

Bug 314447: Missing rm.done()

This commit is contained in:
Marc Khouzam 2010-06-17 15:50:35 +00:00
parent 66d10bd31a
commit 2c31af1afe

View file

@ -481,6 +481,8 @@ public class MIStack extends AbstractDsfService
rm.done();
}
});
} else {
super.handleError();
}
}
});