EricGao888 commented on code in PR #12990: URL: https://github.com/apache/dolphinscheduler/pull/12990#discussion_r1033161031
########## dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/WorkflowInstanceV2Controller.java: ########## @@ -0,0 +1,129 @@ +package org.apache.dolphinscheduler.api.controller; + +import static org.apache.dolphinscheduler.api.enums.Status.*; Review Comment: @SbloodyS Current regex `import\s+[^\*\s]+\*;(\r\n|\r|\n)` missed this case `import static xxx;\n`. I will submit a fix for this. : ) -- 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]
