Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8863F200D57 for ; Mon, 11 Dec 2017 12:44:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 86E60160C13; Mon, 11 Dec 2017 11:44:57 +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 C3784160C10 for ; Mon, 11 Dec 2017 12:44:56 +0100 (CET) Received: (qmail 76147 invoked by uid 500); 11 Dec 2017 11:44:55 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 76136 invoked by uid 99); 11 Dec 2017 11:44:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2017 11:44:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8463FDFBEC; Mon, 11 Dec 2017 11:44:55 +0000 (UTC) From: jorgheymans To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #428: fixes ZOOKEEPER-2951 Content-Type: text/plain Date: Mon, 11 Dec 2017 11:44:55 +0000 (UTC) archived-at: Mon, 11 Dec 2017 11:44:57 -0000 GitHub user jorgheymans opened a pull request: https://github.com/apache/zookeeper/pull/428 fixes ZOOKEEPER-2951 https://issues.apache.org/jira/browse/ZOOKEEPER-2951 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jorgheymans/zookeeper master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/428.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #428 ---- commit 6dc8f88ae33c01c1b4aad52cb284e3b704ba9472 Author: Jorg Heymans Date: 2017-12-11T11:42:22Z remove trailing backslash see ZOOKEEPER-2951 commit c87f39dacddea91b56b296606d85508dc4b25bf0 Author: Jorg Heymans Date: 2017-12-11T11:43:54Z Merge pull request #1 from jorgheymans/ZOOKEEPER-2951 remove trailing backslash ---- ---