mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 00:05:53 +02:00
JavaDoc correction
This commit is contained in:
parent
ce83ec8fc0
commit
19fadf7387
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ public interface IMIBackend extends IDsfService {
|
||||||
|
|
||||||
public enum State { NOT_INITIALIZED, STARTED, TERMINATED };
|
public enum State { NOT_INITIALIZED, STARTED, TERMINATED };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event indicating that the back end process has started.
|
* Event indicating that the back end process has started or terminated.
|
||||||
*/
|
*/
|
||||||
@Immutable
|
@Immutable
|
||||||
public static class BackendStateChangedEvent {
|
public static class BackendStateChangedEvent {
|
||||||
final private String fSessionId;
|
final private String fSessionId;
|
||||||
|
|
Loading…
Add table
Reference in a new issue