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 <ukohlme...@pivotal.io>
Authored: Mon Jul 17 12:18:54 2017 -0700
Committer: Udo Kohlmeyer <ukohlme...@pivotal.io>
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;
 }

Reply via email to