adoroszlai commented on code in PR #8446: URL: https://github.com/apache/ozone/pull/8446#discussion_r2093982084
########## 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: Please change your IDE settings to avoid changing indent in method signatures like that. -- 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