Skip to content

Commit

Permalink
Add missing JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Dec 10, 2024
1 parent e31ccc3 commit 234849c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class GitDiffReportParserService {
*
* @param diff The raw git-diff output
* @param useAbsoluteLineCount Whether to use absolute line count or previous line count
* @param ignoreWhitespace Whether to ignore entries where only leading and trailing whitespace differ
* @return The extracted ProgrammingExerciseGitDiffEntries
*/
public List<ProgrammingExerciseGitDiffEntry> extractDiffEntries(String diff, boolean useAbsoluteLineCount, boolean ignoreWhitespace) {
Expand Down

0 comments on commit 234849c

Please sign in to comment.