Copilot commented on code in PR #10687:
URL: https://github.com/apache/ozone/pull/10687#discussion_r3540591131


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/HddsServerUtil.java:
##########
@@ -164,8 +160,9 @@ public static void addPBProtocol(Configuration conf, 
Class<?> protocol,
   }
 
   /**
-   * Iterates through network interfaces and return all valid ip's not
-   * listed in {@link #INVALID_IPS}.
+   * Iterates through network interfaces and return all ip's that are valid to
+   * add to a certificate's SAN extension, as determined by
+   * {@link #isValidInetForCsr(InetAddress)}.

Review Comment:
   Javadoc grammar/spelling: plural of “IP” should not use an apostrophe, and 
the sentence should use “returns”.



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