adoroszlai commented on code in PR #9383:
URL: https://github.com/apache/ozone/pull/9383#discussion_r2567588111


##########
hadoop-hdds/config/src/main/java/org/apache/hadoop/hdds/conf/ConfigurationSource.java:
##########
@@ -98,6 +98,10 @@ default String getTrimmed(String key, String defaultValue) {
 
   default String[] getTrimmedStrings(String name) {
     String valueString = get(name);
+    return getValueTrimmedStrings(valueString);
+  }
+
+  static String[] getValueTrimmedStrings(String valueString) {

Review Comment:
   This seems to be unused.



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