Skip to content

Commit

Permalink
Fix Javadoc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmusson committed May 13, 2018
1 parent 9aea0fb commit c7c1fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/cucumber/api/SummaryPrinter.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public interface SummaryPrinter extends Plugin {
/**
* Handles the printing of the summary to the console
* @param summaryPrinter Provides method to print the stats, errors and snippets
* @param summaryPrinting Provides method to print the stats, errors and snippets
*/
void print(SummaryPrintingInterface summaryPrinting);
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public interface SummaryPrintingInterface {
/**
* Prints the statistics to the PrintStream argument.
* @param out The PrintStrema to print to.
* @param out The PrintStream to print to.
*/
void printStats(PrintStream out);

Expand Down

0 comments on commit c7c1fb0

Please sign in to comment.