mirror of https://github.com/apache/lucene.git
added missing import for Date
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ff90d5f2d6
commit
0d550d2a6c
|
@ -3,6 +3,8 @@
|
|||
<!-- $Source: /cvs/main/searching/SolrServer/resources/admin/index.jsp,v $ -->
|
||||
<!-- $Name: $ -->
|
||||
|
||||
<%@ page import="java.util.Date"%>
|
||||
|
||||
<!-- jsp:include page="header.jsp"/ -->
|
||||
<!-- do a verbatim include so we can use the local vars -->
|
||||
<%@include file="header.jsp" %>
|
||||
|
|
Loading…
Reference in New Issue