Skip to content

Commit

Permalink
javadoc error.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparry committed Oct 2, 2024
1 parent 7026e69 commit 53f1779
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public Property<String> getWanDBApiKey() {
}

/**
* This is the path to the CoverAgent binary specific to your OS
* This is the path to the CoverAgent binary specific to your OS.
*
* @return path to the binary example (/Users/davidparry/code/github/base/cover-agent/dist/cover-agent)
*/
Expand All @@ -75,7 +75,7 @@ public Property<Integer> getIterations() {
}

/**
* The target code coverage you want to obtain
* The target code coverage you want to obtain.
* @return whole number for percentage example 25 for 25% coverage
*/
@Optional
Expand Down

0 comments on commit 53f1779

Please sign in to comment.