Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tsande16 committed Jul 8, 2024
1 parent 9285537 commit 35f496a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ public class NihmsHarvesterCLIRunner implements CommandLineRunner {

private final NihmsHarvester nihmsHarvester;

/**
* Constructor for the NihmsHarvesterCLIRunner
*
* @param nihmsHarvester Object that is responsible for initiating and managing the data downloads
*/
public NihmsHarvesterCLIRunner(NihmsHarvester nihmsHarvester) {
this.nihmsHarvester = nihmsHarvester;
}
Expand Down

0 comments on commit 35f496a

Please sign in to comment.