diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLgenerator.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLgenerator.java index 3d1bc8af1da..251920a7145 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLgenerator.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLgenerator.java @@ -12,7 +12,7 @@ * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * * Contributors: - * {Name} (company) - description of contribution. + * David McKnight (IBM) - [232233] [dstore] Buffer in DataElement is not retained *******************************************************************************/ package org.eclipse.dstore.internal.core.util; @@ -371,10 +371,8 @@ public class XMLgenerator indent(); append(""); //$NON-NLS-1$ nextLine(); - indent(); append(text.toString()); nextLine(); - indent(); append(""); //$NON-NLS-1$ } }