Skip to content

Commit

Permalink
fix javadoc with wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse White committed Jul 7, 2015
1 parent 5e9244d commit 72bf431
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ public Builder name(String name) {
this.name = name;
return this;
}

/**
* Builds a {@link NewtsReporter} with the given properties, writing {@code .csv} files to the
* given directory.
* Builds a {@link NewtsReporter} with the given properties.
*
* @param directory the directory in which the {@code .csv} files will be created
* @param repository used to persist the generated samples
* @return a {@link NewtsReporter}
*/
public NewtsReporter build(SampleRepository repository) {
Expand Down

0 comments on commit 72bf431

Please sign in to comment.