Skip to content

Commit 0efb455

Browse files
committed
Change analyser output folder name.
1 parent 739ea66 commit 0efb455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ee/ut/similaritydetector/backend/SolutionParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class SolutionParser {
2121

22-
public static final String outputDirectoryPath = "resources/";
22+
public static final String outputDirectoryPath = "analyser_resources/";
2323
private final File contentDirectory;
2424
private final File outputDirectory;
2525
private final boolean preprocessSourceCode;

0 commit comments

Comments
 (0)