wchevreuil commented on code in PR #107:
URL:
https://github.com/apache/hbase-operator-tools/pull/107#discussion_r899135897
##########
hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java:
##########
@@ -1330,19 +1334,44 @@ private List<String> stringArrayToList(String...
nameSpaceOrTable) {
* @param args Array of arguments
* @return the list of input from arguments or parsed from input files
*/
- private List<String> getInputList(String[] args) throws IOException {
+ private List<String> getInputList(String[] args, Options options) throws
IOException {
Review Comment:
Nowhere, actually, missed that after moving bits of logic around. Let me fix
it.
--
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]