1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 00:05:53 +02:00

JavaDoc correction

This commit is contained in:
John Cortell 2009-09-09 15:58:54 +00:00
parent ce83ec8fc0
commit 19fadf7387

View file

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