Skip to content

Commit

Permalink
Fix a copy and paste error in the Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ibbem committed Jan 28, 2024
1 parent e398b64 commit 570e443
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ public class Analysis {
protected final Path outputDir;
protected Path outputFile;
protected final AnalysisResult result;

/**
* The effective runtime in seconds that we have when using multithreading.
* The total number of commits in the observed history of the given repository.
*/
public final static class TotalNumberOfCommitsResult extends SimpleMetadata<Integer, TotalNumberOfCommitsResult> {
public final static ResultKey<TotalNumberOfCommitsResult> KEY = new ResultKey<>(TotalNumberOfCommitsResult.class.getName());
Expand Down

0 comments on commit 570e443

Please sign in to comment.