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
|
@ -26,7 +26,7 @@ public interface IMIBackend extends IDsfService {
|
|||
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
|
||||
public static class BackendStateChangedEvent {
|
||||
|
|
Loading…
Add table
Reference in a new issue