Skip to content

Commit 76f24e6

Browse files
Vladimir Kotalahornace
Vladimir Kotal
authored andcommitted
remove unused imports
1 parent 2134a6e commit 76f24e6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

opengrok-web/src/main/webapp/enoent.jsp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1616
1717
CDDL HEADER END
1818
19-
Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
19+
Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
2020
Portions Copyright 2011 Jens Elkner.
2121
Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
2222
2323
--%>
2424
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
25-
<%@page session="false" errorPage="error.jsp" isErrorPage="true" import="
26-
org.opengrok.indexer.web.Prefix,
27-
org.opengrok.indexer.configuration.RuntimeEnvironment"
28-
%><%
25+
<%@page session="false" errorPage="error.jsp" isErrorPage="true"%><%
2926
/* ---------------------- enoent.jsp start --------------------- */
3027
{
3128
PageConfig cfg = PageConfig.get(request);

0 commit comments

Comments
 (0)