kaiyaok2 commented on PR #6793:
URL: https://github.com/apache/hadoop/pull/6793#issuecomment-2097723400

   > +1 Can we fix the checkstyle issue?
   
   @slfan1989 I fixed the 2 "line too long" issues. 
   The remaining 5 are in fact existing issues (as I changed `public static 
CountDownLatch latch = new CountDownLatch(1);` to `public static CountDownLatch 
latch;`). I don't think it's necessary to turn `latch` private and add getter 
methods, since these classes are only used in testing.


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

Reply via email to