gitgabrio commented on code in PR #3671: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3671#discussion_r1764847262
########## kogito-codegen-modules/kogito-codegen-processes/src/main/resources/class-templates/RestResourceSpringTemplate.java: ########## @@ -43,6 +43,7 @@ import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; +import org.springframework.http.ResponseEntity; Review Comment: Some of the imports are duplicated because, being out of order, is harder to check them. Put them in order in this case (and in general) helps reduce those small issues. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
