Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14E5410579 for ; Tue, 18 Feb 2014 20:08:35 +0000 (UTC) Received: (qmail 5531 invoked by uid 500); 18 Feb 2014 20:08:27 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 5437 invoked by uid 500); 18 Feb 2014 20:08:25 -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 5258 invoked by uid 99); 18 Feb 2014 20:08:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2014 20:08:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1944A92AE8A; Tue, 18 Feb 2014 20:08:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ecn@apache.org To: commits@accumulo.apache.org Date: Tue, 18 Feb 2014 20:08:24 -0000 Message-Id: <064cfe9ff01a4d13ba9327861b029e2f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] git commit: ACCUMULO-2361 clean-up: remove commented code Repository: accumulo Updated Branches: refs/heads/master 491346ac1 -> 9a2ac766f ACCUMULO-2361 clean-up: remove commented code Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e0b8fb0e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e0b8fb0e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e0b8fb0e Branch: refs/heads/master Commit: e0b8fb0e98c1b38c4fa2e20ae0611e33e07ecba6 Parents: b0d5808 Author: Eric Newton Authored: Tue Feb 18 12:08:42 2014 -0500 Committer: Eric Newton Committed: Tue Feb 18 12:08:42 2014 -0500 ---------------------------------------------------------------------- .../java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e0b8fb0e/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java b/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java index 65b39a7..77e417f 100644 --- a/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java +++ b/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java @@ -112,7 +112,6 @@ public class DeleteTableDuringSplitIT { } }); } - //Collections.shuffle(tasks); for (Runnable r : tasks) results.add(es.submit(r)); for (Future f : results) {