mirror of https://github.com/apache/lucene.git
SOLR-215 -- remove static reference to getInstanceDir()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f736f3fb08
commit
e355097b60
|
@ -94,5 +94,5 @@
|
|||
}
|
||||
|
||||
String cwd=System.getProperty("user.dir");
|
||||
String solrHome= Config.getInstanceDir();
|
||||
String solrHome= solrConfig.getInstanceDir();
|
||||
%>
|
||||
|
|
Loading…
Reference in New Issue