change HTable.delete(ArrayList) to HTable.delete(List) ------------------------------------------------------
Key: HBASE-1985 URL: https://issues.apache.org/jira/browse/HBASE-1985 Project: Hadoop HBase Issue Type: Improvement Affects Versions: 0.20.1 Reporter: Peter Rietzler Priority: Trivial This is just a trivial API enhancement. HTable.delete takes an ArrayList as its argument which is clumsy to use because application code seldom passes around direct instances of ArrayList but typically just the List interface is used. Should be streamlined with put which takes a List. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.