Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Nov 27, 2023
1 parent e1a418f commit 50e338f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class ReportObjectFactory {

public static final String README_FILE_NAME = "README.txt";
public static final String[] README_CONTENT = new String[] {"This is a software plagiarism report generated by JPlag.",
"To view the results go to https://jplag.github.io/JPlag/ and drag the generated zip file onto the page."};
"To view the report go to https://jplag.github.io/JPlag/ and drag the generated zip file onto the page."};

public static final String SUBMISSIONS_FOLDER = "files";
public static final String SUBMISSION_FILE_INDEX_FILE_NAME = "submissionFileIndex.json";
Expand Down

0 comments on commit 50e338f

Please sign in to comment.