Fix broken XML generated during "Extract string"

BUG: 2066455
This commit is contained in:
Xavier Ducrohet
2009-08-19 18:53:41 -07:00
parent 9a7b2700fd
commit 6849e85918

View File

@@ -866,7 +866,7 @@ public class ExtractStringRefactoring extends Refactoring {
append("\">"). //$NON-NLS-1$
append(tokenString).
append("</string>\n"); //$NON-NLS-1$
content.append("<resources>\n"); //$NON-NLS-1$
content.append("</resources>\n"); //$NON-NLS-1$
edit = new InsertEdit(0, content.toString());
editGroup = new TextEditGroup("Create <string> in new XML file", edit);