mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
[232233] [dstore] Buffer in DataElement is not retained
This commit is contained in:
parent
eb7a8190c5
commit
e040f7f6d2
1 changed files with 1 additions and 3 deletions
|
@ -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("<Buffer>"); //$NON-NLS-1$
|
||||
nextLine();
|
||||
indent();
|
||||
append(text.toString());
|
||||
nextLine();
|
||||
indent();
|
||||
append("</Buffer>"); //$NON-NLS-1$
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue