hangc0276 commented on PR #4555:
URL: https://github.com/apache/bookkeeper/pull/4555#issuecomment-2741340564

   @danpi Would you please fix the check style issue?
   ```
   Error:  
/home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java:220:30:
 '=' is not preceded with whitespace. [WhitespaceAround]
   Error:  
/home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java:301:
 Line is longer than 120 characters (found 121). [LineLength]
   Error:  
/home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java:3243:
 Line is longer than 120 characters (found 122). [LineLength]
   Audit done.
   [INFO] There are 3 errors reported by Checkstyle 9.3 with 
buildtools/src/main/resources/bookkeeper/checkstyle.xml ruleset.
   Error:  
src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java:[220,30] 
(whitespace) WhitespaceAround: '=' is not preceded with whitespace.
   Error:  
src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java:[301] 
(sizes) LineLength: Line is longer than 120 characters (found 121).
   Error:  
src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java:[3243] 
(sizes) LineLength: Line is longer than 120 characters (found 122).
   ```


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

Reply via email to