myskov commented on code in PR #5245:
URL: https://github.com/apache/ozone/pull/5245#discussion_r1316227253


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/OmUtils.java:
##########
@@ -122,19 +122,19 @@ public static InetSocketAddress 
getOmAddress(ConfigurationSource conf) {
    * @return {service.id -> [{@link InetSocketAddress}]}
    */
   public static Map<String, List<InetSocketAddress>> getOmHAAddressesById(
-      ConfigurationSource conf) {
+          ConfigurationSource conf) {

Review Comment:
   I think it's better to remove indentation changes from this file.



##########
hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/TestOmUtils.java:
##########
@@ -98,16 +98,16 @@ public void testGetOmHAAddressesById() {
     conf.set("ozone.om.address.ozone1.node2", "1.1.1.2");
     conf.set("ozone.om.address.ozone1.node3", "1.1.1.3");
     Map<String, List<InetSocketAddress>> addresses =
-        OmUtils.getOmHAAddressesById(conf);
+            OmUtils.getOmHAAddressesById(conf);

Review Comment:
   I think it's better to remove indentation changes from this file.



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