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

extends sessionObject

This commit is contained in:
Alain Magloire 2003-08-19 02:00:57 +00:00
parent 15e427d9ff
commit 95e899e939

View file

@ -12,5 +12,5 @@ package org.eclipse.cdt.debug.core.cdi;
* *
* @since Jul 9, 2002 * @since Jul 9, 2002
*/ */
public interface ICDICatchEvent { public interface ICDICatchEvent extends ICDISessionObject {
} }