[ https://issues.apache.org/jira/browse/HBASE-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stack updated HBASE-1985: ------------------------- Attachment: 1985.patch > 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 > Attachments: 1985.patch > > > 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.