From cdf996fee17c68769081d415d9920fcc7880d247 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Wed, 7 Oct 2009 01:05:12 +0000 Subject: [PATCH] Documentation enhancement --- .../cdt/dsf/ui/viewmodel/datamodel/AbstractDMVMNode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 9088231ef5f..b10cd500a19 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 @@ -39,8 +39,8 @@ import org.eclipse.jface.viewers.ITreeSelection; import org.eclipse.jface.viewers.TreePath; /** - * View model node based on a single Data Model Context type. All the elements - * created by this node are of that IDMContext type. + * View model node based on a single IDMContext type. All the elements created + * by this node are of that type. * * @since 1.0 */