From 94c2aa23556d1e99a8644e091a9758ed31d5c131 Mon Sep 17 00:00:00 2001 From: Felix Schumacher Date: Thu, 26 Aug 2010 21:09:34 +0200 Subject: [PATCH] removed unused imports --- WebContent/index.jsp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/WebContent/index.jsp b/WebContent/index.jsp index 1333f7b..7da173e 100644 --- a/WebContent/index.jsp +++ b/WebContent/index.jsp @@ -1,13 +1,5 @@ <%@ page language="java" session="true"%> -<%@ page language="java" buffer="500kb" autoFlush="false"%> -<%@ page import="java.io.*"%> -<%@ page import="java.sql.*"%> -<%@ page import="java.util.*"%> -<%@ page import="java.util.Calendar"%> -<%@ page import="org.mcb.services.*"%> -<%@ include file="db/dbcon.jsp"%> -<%@ include file="//procs/audit.jsp"%> Smart Card Generation Application @@ -66,7 +58,7 @@ function OnSubmitForm(){ if (request.getParameter("user") != null) { %> Login - Unsuccessfull: Either Login credentials are in-valid or account has + Unsuccessful: Either Login credentials are in-valid or account has been locked. <% } %> -- 2.11.0