We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eed78 commit 91960ecCopy full SHA for 91960ec
opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/FileController.java
@@ -55,8 +55,6 @@ public class FileController {
55
56
public static final String PATH = "/file";
57
58
- private static final RuntimeEnvironment env = RuntimeEnvironment.getInstance();
59
-
60
private StreamingOutput transfer(File file) throws FileNotFoundException {
61
InputStream in = new FileInputStream(file);
62
return out -> {
0 commit comments