Skip to content
Snippets Groups Projects

Security

Merged Jitka Viceníková requested to merge security into develop
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -102,7 +102,7 @@ public class VisualizationService {
document.save(baos);
String outputDirName = "output-data";
Path projectDir = Paths.get("").toAbsolutePath().getParent();
Path projectDir = Paths.get("");
Path outputDirPath = projectDir.resolve(outputDirName);
// Create output directory if it does not exist
Loading