1
0
Fork 0
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:
John Cortell 2009-10-05 16:30:31 +00:00
parent 9485e0e1f7
commit 3aa32eb9d3

View file

@ -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;