ivandika3 commented on code in PR #8446: URL: https://github.com/apache/ozone/pull/8446#discussion_r2096701566
########## hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/lock/OmReadOnlyLock.java: ########## @@ -42,7 +41,7 @@ public OMLockDetails acquireReadLocks(Resource resource, Collection<String[]> re @Override public OMLockDetails acquireWriteLock(Resource resource, - String... resources) { + String... resources) { Review Comment: @smengcl Thanks for the tip, I was using the Ozone `checkstyle.xml`, and it seems this is checked by default. Maybe we can fix it in `checkstyle.xml` instead. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org