Skip to content

Commit

Permalink
fix: javadoc in JGitDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbittner committed Jan 28, 2024
1 parent 6edc5e1 commit 757ccbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private JGitDiff() {}
* Expects variability to be implemented via C preprocessor in those lines.
* Uses JGit to diff the two files using the specified {@code options}, and afterwards, creates the variation diff.
* @param linesBefore State of annotated lines before the change.
* @param linesAfter State of annotated lines before the change.
* @param linesAfter State of annotated lines after the change.
* @param algorithm Specification of which algorithm to use for diffing with JGit.
* @param options various options for parsing
* @return A variation diff comprising the changes.
Expand Down

0 comments on commit 757ccbf

Please sign in to comment.