Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57DEF18525 for ; Tue, 12 Jan 2016 10:13:40 +0000 (UTC) Received: (qmail 46064 invoked by uid 500); 12 Jan 2016 10:13:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 46017 invoked by uid 500); 12 Jan 2016 10:13:40 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 45786 invoked by uid 99); 12 Jan 2016 10:13:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2016 10:13:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C38B02C14F0 for ; Tue, 12 Jan 2016 10:13:39 +0000 (UTC) Date: Tue, 12 Jan 2016 10:13:39 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15090) Remove the throws clause from OnlineRegions.getOnlineRegions(TableName) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ramkrishna.s.vasudevan created HBASE-15090: ---------------------------------------------- Summary: Remove the throws clause from OnlineRegions.getOnlineRegions(TableName) Key: HBASE-15090 URL: https://issues.apache.org/jira/browse/HBASE-15090 Project: HBase Issue Type: Bug Reporter: ramkrishna.s.vasudevan Assignee: ramkrishna.s.vasudevan Priority: Minor The implementation of OnlineRegions.getOnlineRegions(TableName tableName) does not throw any error. So there is not need for the interface to throw error. -- This message was sent by Atlassian JIRA (v6.3.4#6332)