You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by sh...@apache.org on 2008/09/20 16:53:02 UTC

svn commit: r697374 - /lucene/solr/trunk/src/webapp/web/admin/ping.jsp

Author: shalin
Date: Sat Sep 20 07:53:02 2008
New Revision: 697374

URL: http://svn.apache.org/viewvc?rev=697374&view=rev
Log:
Removing redundant import as it is already included in _info.jsp

Modified:
    lucene/solr/trunk/src/webapp/web/admin/ping.jsp

Modified: lucene/solr/trunk/src/webapp/web/admin/ping.jsp
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/ping.jsp?rev=697374&r1=697373&r2=697374&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/ping.jsp (original)
+++ lucene/solr/trunk/src/webapp/web/admin/ping.jsp Sat Sep 20 07:53:02 2008
@@ -17,7 +17,6 @@
 --%>
 <%@ page import="org.apache.solr.core.SolrConfig,
                  org.apache.solr.core.SolrCore,
-                 org.apache.solr.common.util.XML,
                  org.apache.solr.common.SolrException"%>
 <%@ page import="org.apache.solr.request.LocalSolrQueryRequest"%>
 <%@ page import="org.apache.solr.request.SolrQueryResponse"%>