From commits-return-21356-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri Jan 12 02:44:12 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 4B7C2180656 for ; Fri, 12 Jan 2018 02:44:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3B50A160C42; Fri, 12 Jan 2018 01:44:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 823CC160C13 for ; Fri, 12 Jan 2018 02:44:11 +0100 (CET) Received: (qmail 51068 invoked by uid 500); 12 Jan 2018 01:44:10 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 51059 invoked by uid 99); 12 Jan 2018 01:44:10 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2018 01:44:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4A68F82170; Fri, 12 Jan 2018 01:44:09 +0000 (UTC) Date: Fri, 12 Jan 2018 01:44:09 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch master updated: ACCUMULO-3902 Remove redundant close call MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151572144922.20153.513073955674901096@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ed981b208ac70d9e819b0e8e0b229d8189c859e0 X-Git-Newrev: 721d13f5ef1917fd96937e973fda196019f4f582 X-Git-Rev: 721d13f5ef1917fd96937e973fda196019f4f582 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git The following commit(s) were added to refs/heads/master by this push: new 721d13f ACCUMULO-3902 Remove redundant close call 721d13f is described below commit 721d13f5ef1917fd96937e973fda196019f4f582 Author: Christopher Tubbs AuthorDate: Thu Jan 11 20:43:19 2018 -0500 ACCUMULO-3902 Remove redundant close call Remove a redundant close call on a scanner that had previously been converted to try-with-resources syntax. --- .../org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/main/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java b/test/src/main/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java index 645f92d..0ff3c2a 100644 --- a/test/src/main/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java +++ b/test/src/main/java/org/apache/accumulo/test/replication/MultiInstanceReplicationIT.java @@ -305,7 +305,6 @@ public class MultiInstanceReplicationIT extends ConfigurableMacBase { Assert.assertFalse("Had more data to read from the master", masterIter.hasNext()); Assert.assertFalse("Had more data to read from the peer", peerIter.hasNext()); - master.close(); } } finally { peerCluster.stop(); -- To stop receiving notification emails like this one, please contact ['"commits@accumulo.apache.org" '].