mirror of https://github.com/apache/lucene.git
error committed as part of SOLR-1106
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9d2157b60
commit
b14338ee41
|
@ -716,7 +716,7 @@ public class CoreContainer
|
|||
|
||||
private void writeProperties(Writer w, Properties props) throws IOException {
|
||||
for (Map.Entry<Object, Object> entry : props.entrySet()) {
|
||||
w.write("<property name='");
|
||||
w.write("<property");
|
||||
writeAttribute(w,"name",entry.getKey());
|
||||
writeAttribute(w,"value",entry.getValue());
|
||||
w.write("/>\n");
|
||||
|
|
Loading…
Reference in New Issue