mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Fix typo in javadoc
Change-Id: I24a3a59423b8c9a153abc9e4d99f94d7760aa3a2 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
This commit is contained in:
parent
eb5cfa7052
commit
6473183440
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public interface IMIProcesses extends IProcesses
|
||||||
* if the groupId has been already created.
|
* if the groupId has been already created.
|
||||||
*
|
*
|
||||||
* @param controlDmc The parent command control context of this context
|
* @param controlDmc The parent command control context of this context
|
||||||
* @param goupId The thread-group id of the container we want to create
|
* @param groupId The thread-group id of the container we want to create
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
*/
|
*/
|
||||||
IMIContainerDMContext createContainerContextFromGroupId(ICommandControlDMContext controlDmc, String groupId);
|
IMIContainerDMContext createContainerContextFromGroupId(ICommandControlDMContext controlDmc, String groupId);
|
||||||
|
|
Loading…
Add table
Reference in a new issue