Skip to content

Commit

Permalink
Remove outdated javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Feb 15, 2021
1 parent 9f91fbc commit 8817f05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public class ReportUtils {
* @param name the name of the report
* @param extension the extension of the report
* @param reporter a consumer that writes to a PrintWriter
* @return file name for the report
*/
public static void report(String description, String path, String name, String extension, Consumer<PrintWriter> reporter) {
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyyMMdd_HHmmss");
Expand Down

0 comments on commit 8817f05

Please sign in to comment.