This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dc558d  - fix error with env entry type
3dc558d is described below

commit 3dc558d693ead326d54edec85c250caa15615a9a
Author: Chris Mattmann <[email protected]>
AuthorDate: Tue Oct 24 11:45:27 2017 -0700

    - fix error with env entry type
---
 webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml 
b/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml
index 214efd6..a93e3b4 100644
--- a/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml
@@ -37,7 +37,6 @@
     <env-entry>
        <env-entry-name>solr/home</env-entry-name>
        <env-entry-value>../solr</env-entry-value>
-       <env-entry-type>java.lang.String</env-entry-type>
     </env-entry>
     
     

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to