From 3cea2d9f0d4ecc7bfe0f491d3b87bbf18ef5ca3a Mon Sep 17 00:00:00 2001 From: John Cortell Date: Wed, 7 Oct 2009 01:00:54 +0000 Subject: [PATCH] Documentation enhancement --- .../cdt/dsf/ui/viewmodel/datamodel/AbstractDMVMNode.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 0ed7b69d532..9088231ef5f 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 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2008 Wind River Systems and others. + * Copyright (c) 2006, 2009 Wind River Systems and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -38,12 +38,9 @@ import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.jface.viewers.ITreeSelection; import org.eclipse.jface.viewers.TreePath; - /** - * View model node based on a single Data Model Context type. - * The assumption in this implementation is that elements of this node have - * a single IDMContext associated with them, and all of these contexts - * are of the same class type. + * View model node based on a single Data Model Context type. All the elements + * created by this node are of that IDMContext type. * * @since 1.0 */