1
0
Fork 0
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:
Marc Khouzam 2007-10-22 14:34:40 +00:00
parent f89ea1624c
commit 27bc6ae2b6

View file

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