SOLR-1516

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@884423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-11-26 07:01:19 +00:00
parent efcc981ba8
commit 3dd6974320
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ final public class XMLWriter {
} else {
writer.write(val);
}
XML.escapeAttributeValue(val, writer);
writer.write('"');
}
}