File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,14 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
25
25
--%>
26
26
<%@page errorPage =" error.jsp" import="
27
27
java.io.BufferedInputStream,
28
- java.io.BufferedReader,
29
28
java.io.FileInputStream,
30
- java.io.FileReader,
31
- java.io.FileWriter,
32
29
java.io.InputStream,
33
30
java.io.InputStreamReader,
34
31
java.io.Reader,
35
32
java.net.URLEncoder,
36
33
java.nio.charset.StandardCharsets,
37
- java.util.ArrayList,
38
- java.util.Arrays,
39
34
java.util.List,
40
35
java.util.Set,
41
- java.util.logging.Level,
42
- java.util.zip.GZIPInputStream,
43
- javax.servlet.http.HttpServletResponse,
44
-
45
36
org.opengrok.indexer.analysis.AnalyzerGuru,
46
37
org.opengrok.indexer.analysis.Definitions,
47
38
org.opengrok.indexer.analysis.FileAnalyzer.Genre,
You can’t perform that action at this time.
0 commit comments