Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94F82E6D8 for ; Mon, 18 Feb 2013 20:23:15 +0000 (UTC) Received: (qmail 39257 invoked by uid 500); 18 Feb 2013 20:23:13 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 39179 invoked by uid 500); 18 Feb 2013 20:23:13 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 39128 invoked by uid 99); 18 Feb 2013 20:23:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2013 20:23:12 +0000 Date: Mon, 18 Feb 2013 20:23:12 +0000 (UTC) From: "James Taylor (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-7872) Delete(byte [] row, long timestamp) is marked as deprecated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 James Taylor created HBASE-7872: ----------------------------------- Summary: Delete(byte [] row, long timestamp) is marked as deprecated Key: HBASE-7872 URL: https://issues.apache.org/jira/browse/HBASE-7872 Project: HBase Issue Type: Bug Affects Versions: 0.94.5 Reporter: James Taylor Priority: Minor I see that the constructor: public Delete(byte [] row, long timestamp, RowLock rowLock) was deprecated, but the following was also deprecated with a partial comment that looks like a copy/paste error, no? /** * Create a Delete operation for the specified row and timestamp.

* * If no further operations are done, this will delete all columns in all * families of the specified row with a timestamp less than or equal to the * specified timestamp.

* * This timestamp is ONLY used for a delete row operation. If specifying * families or columns, you must specify each timestamp individually. * @param row row key * @param timestamp maximum version timestamp (only for delete row) * @param rowLock previously acquired row lock, or null * @deprecated {@link RowLock} is deprecated, use #de */ public Delete(byte [] row, long timestamp) { -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira