From commits-return-9089-archive-asf-public=cust-asf.ponee.io@kafka.apache.org Fri Mar 2 02:48:36 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 99BBD18064D for ; Fri, 2 Mar 2018 02:48:35 +0100 (CET) Received: (qmail 67639 invoked by uid 500); 2 Mar 2018 01:48:34 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 67390 invoked by uid 99); 2 Mar 2018 01:48:34 -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, 02 Mar 2018 01:48:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 39E0E82779; Fri, 2 Mar 2018 01:48:33 +0000 (UTC) Date: Fri, 02 Mar 2018 01:48:37 +0000 To: "commits@kafka.apache.org" Subject: [kafka] 05/09: Undo unintentional whitespace change in ZooKeeperTestHarness MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: junrao@apache.org In-Reply-To: <151995531239.6154.15054336825361848074@gitbox.apache.org> References: <151995531239.6154.15054336825361848074@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: kafka X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Rev: 155ac5903aec0f682e19a0f1f17c1091f60c6da5 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180302014833.39E0E82779@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. junrao pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git commit 155ac5903aec0f682e19a0f1f17c1091f60c6da5 Author: Sandor Murakozi AuthorDate: Tue Feb 20 10:36:20 2018 +0100 Undo unintentional whitespace change in ZooKeeperTestHarness --- core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala b/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala index af2d53a..a122297 100755 --- a/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala +++ b/core/src/test/scala/unit/kafka/zk/ZooKeeperTestHarness.scala @@ -51,7 +51,7 @@ abstract class ZooKeeperTestHarness extends JUnitSuite with Logging { def zkPort: Int = zookeeper.port def zkConnect: String = s"127.0.0.1:$zkPort" - + @Before def setUp() { zookeeper = new EmbeddedZookeeper() -- To stop receiving notification emails like this one, please contact junrao@apache.org.