kumaab commented on code in PR #487: URL: https://github.com/apache/ranger/pull/487#discussion_r1903170562
########## security-admin/src/main/java/org/apache/ranger/common/db/RangerTransactionSynchronizationAdapter.java: ########## @@ -42,22 +37,22 @@ import javax.persistence.OptimisticLockException; +import java.util.ArrayList; +import java.util.List; + @Component public class RangerTransactionSynchronizationAdapter extends TransactionSynchronizationAdapter { Review Comment: According to checkstyle rules, the build should fail on blank line following an open curly brace. Is it not happening? -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org