mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Added @since for new class
This commit is contained in:
parent
9485e0e1f7
commit
3aa32eb9d3
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ public class MIInferiorProcess extends Process
|
||||||
/**
|
/**
|
||||||
* Thrown by {@link MIInferiorProcess#exitValue()} when it is unable to
|
* Thrown by {@link MIInferiorProcess#exitValue()} when it is unable to
|
||||||
* determine the exit value.
|
* determine the exit value.
|
||||||
|
* @since 2.1
|
||||||
*/
|
*/
|
||||||
public static class ExitValueUnavailableException extends IllegalThreadStateException {
|
public static class ExitValueUnavailableException extends IllegalThreadStateException {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
Loading…
Add table
Reference in a new issue