mneethiraj commented on code in PR #487: URL: https://github.com/apache/ranger/pull/487#discussion_r1904533443
########## 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: @kumaab - fail on checkstyle violation is not enabled in security-admin/pom.xml. -- 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