mirror of https://github.com/apache/lucene.git
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:
parent
efcc981ba8
commit
3dd6974320
|
@ -201,7 +201,6 @@ final public class XMLWriter {
|
|||
} else {
|
||||
writer.write(val);
|
||||
}
|
||||
XML.escapeAttributeValue(val, writer);
|
||||
writer.write('"');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue