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:
Noble Paul 2009-06-10 10:08:39 +00:00
parent d9d2157b60
commit b14338ee41
1 changed files with 1 additions and 1 deletions

View File

@ -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");