From: Felix Schumacher Date: Thu, 26 Aug 2010 19:09:34 +0000 (+0200) Subject: removed unused imports X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=94c2aa23556d1e99a8644e091a9758ed31d5c131;p=problems.git removed unused imports --- 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. <% } %>