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

[294351] Fix comment

This commit is contained in:
Marc Khouzam 2009-11-12 14:15:21 +00:00
parent 48fb821c7d
commit 2b793aaf12

View file

@ -33,7 +33,7 @@ import org.eclipse.debug.core.model.IDebugModelProvider;
abstract public class AbstractDsfDebugTextHover extends AbstractDebugTextHover { abstract public class AbstractDsfDebugTextHover extends AbstractDebugTextHover {
/** /**
* Returns the debug model ID of that this debug text hover is to be used for. * Returns the debug model ID that this debug text hover is to be used for.
*/ */
abstract protected String getModelId(); abstract protected String getModelId();