Skip to content

Commit 118e65b

Browse files
committed
Point a javadoc reference to the correct overload
1 parent a15db20 commit 118e65b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/variantsync/diffdetective/diff/difftree/serialize/LineGraphExport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public static Pair<AnalysisResult, String> toLineGraphFormat(final Iterable<Diff
7373
}
7474

7575
/**
76-
* Same as {@link LineGraphExport#toLineGraphFormat(String, Iterable, DiffTreeLineGraphExportOptions)} but with an
77-
* {@link AnalysisResult#NO_REPO unkown repository}.
76+
* Same as {@link LineGraphExport#toLineGraphFormat(String, CommitDiff, StringBuilder, DiffTreeLineGraphExportOptions)}
77+
* but with an {@link AnalysisResult#NO_REPO unkown repository}.
7878
*/
7979
public static AnalysisResult toLineGraphFormat(final CommitDiff commitDiff, final StringBuilder lineGraph, final DiffTreeLineGraphExportOptions options) {
8080
return toLineGraphFormat(AnalysisResult.NO_REPO, commitDiff, lineGraph, options);

0 commit comments

Comments
 (0)