mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
made outDir final
Former-commit-id: 0a1354925aac773035aa15b04912c30c585ed243
This commit is contained in:
@@ -193,7 +193,7 @@ public class ReportGenerator {
|
||||
OutputStream outputStream = null;
|
||||
|
||||
try {
|
||||
File outDir = new File(outFileName).getParentFile();
|
||||
final File outDir = new File(outFileName).getParentFile();
|
||||
if (!outDir.exists()) {
|
||||
outDir.mkdirs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user