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 3811810092 for ; Wed, 13 Nov 2013 00:03:18 +0000 (UTC) Received: (qmail 66526 invoked by uid 500); 13 Nov 2013 00:03:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66490 invoked by uid 500); 13 Nov 2013 00:03:17 -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 66481 invoked by uid 99); 13 Nov 2013 00:03:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 00:03:17 +0000 Date: Wed, 13 Nov 2013 00:03:17 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9138) getHaseIntegrationTestingUtility() is misspelled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-9138: --------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to all branches. Thanks for noticing. > getHaseIntegrationTestingUtility() is misspelled > ------------------------------------------------ > > Key: HBASE-9138 > URL: https://issues.apache.org/jira/browse/HBASE-9138 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.94.0 > Reporter: chendihao > Priority: Trivial > Fix For: 0.98.0, 0.96.1, 0.94.14 > > Attachments: ChaosMonkey-v2.patch, ChaosMonkey-v3.patch, ChaosMonkey.java.patch > > > The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be getHBaseIntegrationTestingUtility(), just a spelling mistake. > {code} > /** > * Context for Action's > */ > public static class ActionContext { > private IntegrationTestingUtility util; > public ActionContext(IntegrationTestingUtility util) { > this.util = util; > } > public IntegrationTestingUtility getHaseIntegrationTestingUtility() { > return util; > } > public HBaseCluster getHBaseCluster() { > return util.getHBaseClusterInterface(); > } > } > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)