diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/ui/viewmodel/datamodel/AbstractDMVMNode.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/ui/viewmodel/datamodel/AbstractDMVMNode.java index c802e295dce..0ed7b69d532 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/ui/viewmodel/datamodel/AbstractDMVMNode.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/ui/viewmodel/datamodel/AbstractDMVMNode.java @@ -108,9 +108,10 @@ abstract public class AbstractDMVMNode extends AbstractVMNode implements IVMNode /** * Concrete class type that the elements of this schema node are based on. - * Even though the data model type is a parameter the DMContextVMLayoutNode, - * this type is erased at runtime, so a concrete class typs of the DMC - * is needed for instanceof chacks. + * This type is used by the standard event processing logic to find the + * element in the event which is managed by this VM node. + * + * @see #getContextsForEvent(VMDelta, Object, DataRequestMonitor) */ private Class fDMCClassType;