an extra single quote which was committed as part of SOLR-1106

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-06-10 09:07:31 +00:00
parent b888149548
commit d9d2157b60
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ public class CoreContainer
w.write("<property name='");
writeAttribute(w,"name",entry.getKey());
writeAttribute(w,"value",entry.getValue());
w.write("' />\n");
w.write("/>\n");
}
}