Skip to content

Commit 757ccbf

Browse files
committed
fix: javadoc in JGitDiff
1 parent 6edc5e1 commit 757ccbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/variantsync/diffdetective/variation/diff/construction

src/main/java/org/variantsync/diffdetective/variation/diff/construction/JGitDiff.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private JGitDiff() {}
3232
* Expects variability to be implemented via C preprocessor in those lines.
3333
* Uses JGit to diff the two files using the specified {@code options}, and afterwards, creates the variation diff.
3434
* @param linesBefore State of annotated lines before the change.
35-
* @param linesAfter State of annotated lines before the change.
35+
* @param linesAfter State of annotated lines after the change.
3636
* @param algorithm Specification of which algorithm to use for diffing with JGit.
3737
* @param options various options for parsing
3838
* @return A variation diff comprising the changes.

0 commit comments

Comments
 (0)