k0b3rIT commented on PR #18994:
URL: https://github.com/apache/kafka/pull/18994#issuecomment-2703931432

   > You seem to have a spotless violation:
   > 
   > ```
   > * What went wrong:
   > Execution failed for task ':connect:mirror:spotlessJavaCheck'.
   > > The following files had format violations:
   >       src/main/java/org/apache/kafka/connect/mirror/MirrorMaker.java
   >           @@ -16,7 +16,6 @@
   >            ·*/
   >            package·org.apache.kafka.connect.mirror;
   >            
   >           -import·jakarta.ws.rs.core.UriBuilder;
   >            import·org.apache.kafka.common.utils.Exit;
   >            import·org.apache.kafka.common.utils.Time;
   >            import·org.apache.kafka.common.utils.Utils;
   >           @@ -73,6 +72,8 @@
   >            import·java.util.concurrent.atomic.AtomicBoolean;
   >            import·java.util.stream.Collectors;
   >            
   >           +import·jakarta.ws.rs.core.UriBuilder;
   >           +
   >            
import·static·org.apache.kafka.clients.CommonClientConfigs.CLIENT_ID_CONFIG;
   >            
   >            /**
   >   Run './gradlew :connect:mirror:spotlessApply' to fix these violations.
   > ```
   
   Sorry, fixed, that


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to