simon824 commented on a change in pull request #2872:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/2872#discussion_r436231390
##########
File path:
dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/template/impl/DefaultHTMLTemplate.java
##########
@@ -116,9 +116,9 @@ private String getTextTypeMessage(String content,boolean
showAll){
}
StringBuilder contents = new StringBuilder(100);
- for (String str : list){
+ for (Object obj : list){
Review comment:
JSONUtils.toList will return List< LinkedHashMap > and will Cause
exception : LinkedHashMap cannot be cast to String
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]