liucongjy commented on code in PR #9795: URL: https://github.com/apache/seatunnel/pull/9795#discussion_r2346333516
########## seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/rest/BaseServletTest.java: ########## @@ -35,11 +35,13 @@ import com.hazelcast.config.Config; import com.hazelcast.internal.serialization.Data; +import lombok.extern.slf4j.Slf4j; import java.io.IOException; import java.net.HttpURLConnection; import java.util.Collections; +@Slf4j Review Comment: unuse code have been removed -- 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]
