mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cleanup of class comments
This commit is contained in:
parent
f89ea1624c
commit
27bc6ae2b6
1 changed files with 0 additions and 6 deletions
|
@ -36,12 +36,6 @@ import org.eclipse.dd.dsf.concurrent.Immutable;
|
|||
* This may prevent the service from being garbage collected, possibly keeping
|
||||
* a lot of resources tied up.
|
||||
*
|
||||
* @param <V> For each context object there is a corresponding data object
|
||||
* which will contain information about that context. This template argument
|
||||
* allows the clients to avoid casting the data class when retrieving data
|
||||
* for a context object.
|
||||
*
|
||||
* @see IDMData
|
||||
*/
|
||||
@Immutable
|
||||
public interface IDMContext extends IAdaptable
|
||||
|
|
Loading…
Add table
Reference in a new issue