Skip to content

Commit 570e443

Browse files
committed
Fix a copy and paste error in the Javadoc
1 parent e398b64 commit 570e443

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/java/org/variantsync/diffdetective/analysis

src/main/java/org/variantsync/diffdetective/analysis/Analysis.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ public class Analysis {
6969
protected final Path outputDir;
7070
protected Path outputFile;
7171
protected final AnalysisResult result;
72-
72+
7373
/**
74-
* The effective runtime in seconds that we have when using multithreading.
74+
* The total number of commits in the observed history of the given repository.
7575
*/
7676
public final static class TotalNumberOfCommitsResult extends SimpleMetadata<Integer, TotalNumberOfCommitsResult> {
7777
public final static ResultKey<TotalNumberOfCommitsResult> KEY = new ResultKey<>(TotalNumberOfCommitsResult.class.getName());

0 commit comments

Comments
 (0)