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:
Ryan McKinley 2007-09-09 17:01:02 +00:00
parent f736f3fb08
commit e355097b60
1 changed files with 1 additions and 1 deletions

View File

@ -94,5 +94,5 @@
}
String cwd=System.getProperty("user.dir");
String solrHome= Config.getInstanceDir();
String solrHome= solrConfig.getInstanceDir();
%>