slawekjaranowski commented on code in PR #42:
URL: 
https://github.com/apache/maven-changes-plugin/pull/42#discussion_r1855456028


##########
src/main/java/org/apache/maven/plugins/changes/ChangesReportGenerator.java:
##########
@@ -226,8 +224,8 @@ private void constructAction(Sink sink, ResourceBundle 
bundle, Action action) {
             sink.text(".");
         }
 
-        if (StringUtils.isNotEmpty(action.getDueTo()) || 
(!action.getDueTos().isEmpty())) {
-            constructDueTo(sink, action, bundle, action.getDueTos());
+        if (!action.getDueTos().isEmpty()) {

Review Comment:
   yes at least it will be an empty collection



-- 
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

Reply via email to