We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edc5e1 commit 757ccbfCopy full SHA for 757ccbf
1 file changed
src/main/java/org/variantsync/diffdetective/variation/diff/construction/JGitDiff.java
@@ -32,7 +32,7 @@ private JGitDiff() {}
32
* Expects variability to be implemented via C preprocessor in those lines.
33
* Uses JGit to diff the two files using the specified {@code options}, and afterwards, creates the variation diff.
34
* @param linesBefore State of annotated lines before the change.
35
- * @param linesAfter State of annotated lines before the change.
+ * @param linesAfter State of annotated lines after the change.
36
* @param algorithm Specification of which algorithm to use for diffing with JGit.
37
* @param options various options for parsing
38
* @return A variation diff comprising the changes.
0 commit comments