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

return was at the wrong place.

This commit is contained in:
Mikhail Khodjaiants 2002-08-21 16:46:08 +00:00
parent 43e6ac9930
commit 3e2c4dadb3

View file

@ -129,8 +129,8 @@ public class MIInferior extends Process {
} catch (MIException e) {
// no rethrown.
}
return 0;
}
return 0;
}
throw new IllegalThreadStateException();
}