SbloodyS commented on code in PR #18134: URL: https://github.com/apache/dolphinscheduler/pull/18134#discussion_r3037954664
########## dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/dto/gantt/Task.java: ########## @@ -21,9 +21,16 @@ import java.util.LinkedList; import java.util.List; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + /** * Task */ +@Data +@AllArgsConstructor +@NoArgsConstructor Review Comment: These modifications belong to the optimization class, not to remove unnecessary code. Please do not submit content unrelated to this issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
