slawekjaranowski commented on code in PR #87: URL: https://github.com/apache/maven-changes-plugin/pull/87#discussion_r1865018496
########## src/main/java/org/apache/maven/plugins/changes/issues/IssuesReportRenderer.java: ########## @@ -153,89 +139,81 @@ private void constructHeaderRow(Sink sink, List<Issue> issueList, ResourceBundle sink.tableRow_(); } - private void constructDetailRows(Sink sink, List<Issue> issueList, ResourceBundle bundle, Locale locale) { - if (issueList == null) { - return; - } + private void constructDetailRows() { + + // Always use the international date format as recommended by the W3C: + // http://www.w3.org/QA/Tips/iso-date + // This date format is used in the Swedish locale. Review Comment: copy paste 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org