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 5FEC3200CDB for ; Fri, 21 Jul 2017 08:41:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5E86016CB7D; Fri, 21 Jul 2017 06:41:19 +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 D582A16CB60 for ; Fri, 21 Jul 2017 08:41:18 +0200 (CEST) Received: (qmail 90026 invoked by uid 500); 21 Jul 2017 06:41:15 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 89617 invoked by uid 99); 21 Jul 2017 06:41:15 -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; Fri, 21 Jul 2017 06:41:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9870F32A7; Fri, 21 Jul 2017 06:41:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhouxj@apache.org To: commits@geode.apache.org Date: Fri, 21 Jul 2017 06:41:49 -0000 Message-Id: <856fb0575fd3443a972f154de742a7be@git.apache.org> In-Reply-To: <6fc982108f3b4480af479ac3f3f977d0@git.apache.org> References: <6fc982108f3b4480af479ac3f3f977d0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/50] [abbrv] geode git commit: GEODE-3141: Remove misleading comment. This now closes #630 archived-at: Fri, 21 Jul 2017 06:41:19 -0000 GEODE-3141: Remove misleading comment. This now closes #630 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/78900ebb Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/78900ebb Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/78900ebb Branch: refs/heads/feature/GEM-1483 Commit: 78900ebb210762b4285afbd98a0ebddd571ecde7 Parents: 40e70f1 Author: Udo Kohlmeyer Authored: Mon Jul 17 12:18:54 2017 -0700 Committer: Udo Kohlmeyer Committed: Tue Jul 18 10:21:21 2017 -0700 ---------------------------------------------------------------------- geode-protobuf/src/main/proto/region_API.proto | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/78900ebb/geode-protobuf/src/main/proto/region_API.proto ---------------------------------------------------------------------- diff --git a/geode-protobuf/src/main/proto/region_API.proto b/geode-protobuf/src/main/proto/region_API.proto index 0cf11dc..5d411ba 100644 --- a/geode-protobuf/src/main/proto/region_API.proto +++ b/geode-protobuf/src/main/proto/region_API.proto @@ -104,12 +104,10 @@ message GetRegionNamesResponse { repeated string regions = 1; } -/* does a region exist? */ message GetRegionRequest { string regionName = 1; } -/* success will be true if the region exists */ message GetRegionResponse { Region region = 1; }