jolshan commented on PR #17093:
URL: https://github.com/apache/kafka/pull/17093#issuecomment-2371240853

   Can we fix:
   ```
   
   * What went wrong:
   --
     | 3191 | 01:34:51 PM | Execution failed for task 
':tools:spotlessJavaCheck'.
     | 3192 | 01:34:51 PM | > The following files had format violations:
     | 3193 | 01:34:51 PM | 
src/main/java/org/apache/kafka/tools/FeatureCommand.java
     | 3194 | 01:34:51 PM | @@ -40,11 +40,11 @@
     | 3195 | 01:34:51 PM | 
import·net.sourceforge.argparse4j.internal.HelpScreenException;
     | 3196 | 01:34:51 PM |  
     | 3197 | 01:34:51 PM | import·java.util.Arrays;
     | 3198 | 01:34:51 PM | +import·java.util.HashMap;
     | 3199 | 01:34:51 PM | import·java.util.List;
     | 3200 | 01:34:51 PM | +import·java.util.Map;
     | 3201 | 01:34:51 PM | import·java.util.Optional;
     | 3202 | 01:34:51 PM | import·java.util.Properties;
     | 3203 | 01:34:51 PM | -import·java.util.Map;
     | 3204 | 01:34:51 PM | -import·java.util.HashMap;
     | 3205 | 01:34:51 PM | import·java.util.TreeMap;
     | 3206 | 01:34:51 PM | import·java.util.concurrent.ExecutionException;
     | 3207 | 01:34:51 PM | import·java.util.stream.Collectors;
     | 3208 | 01:34:51 PM | Run './gradlew :tools:spotlessApply' to fix these 
violations.
   
   
   ```


-- 
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