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:
William Au 2006-02-23 18:18:38 +00:00
parent ff90d5f2d6
commit 0d550d2a6c
1 changed files with 2 additions and 0 deletions

View File

@ -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" %>