We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e398b64 commit 570e443Copy full SHA for 570e443
1 file changed
src/main/java/org/variantsync/diffdetective/analysis/Analysis.java
@@ -69,9 +69,9 @@ public class Analysis {
69
protected final Path outputDir;
70
protected Path outputFile;
71
protected final AnalysisResult result;
72
-
+
73
/**
74
- * The effective runtime in seconds that we have when using multithreading.
+ * The total number of commits in the observed history of the given repository.
75
*/
76
public final static class TotalNumberOfCommitsResult extends SimpleMetadata<Integer, TotalNumberOfCommitsResult> {
77
public final static ResultKey<TotalNumberOfCommitsResult> KEY = new ResultKey<>(TotalNumberOfCommitsResult.class.getName());
0 commit comments