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 8D568200C68 for ; Thu, 4 May 2017 00:00:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8C09C160BBA; Wed, 3 May 2017 22:00:58 +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 CF503160BB5 for ; Thu, 4 May 2017 00:00:57 +0200 (CEST) Received: (qmail 54215 invoked by uid 500); 3 May 2017 22:00:57 -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 54199 invoked by uid 99); 3 May 2017 22:00:57 -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; Wed, 03 May 2017 22:00:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB120E04AA; Wed, 3 May 2017 22:00:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.apache.org Date: Wed, 03 May 2017 22:00:57 -0000 Message-Id: In-Reply-To: <641ea4e2c6e94adeb3e8d3aed8b5a0b9@git.apache.org> References: <641ea4e2c6e94adeb3e8d3aed8b5a0b9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] geode git commit: Review fixup archived-at: Wed, 03 May 2017 22:00:58 -0000 Review fixup Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/41367f63 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/41367f63 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/41367f63 Branch: refs/heads/feature/GEODE-2632-10 Commit: 41367f634db30837c51af39f707b0b6869129669 Parents: 07df943 Author: Kirk Lund Authored: Wed May 3 15:00:45 2017 -0700 Committer: Kirk Lund Committed: Wed May 3 15:00:45 2017 -0700 ---------------------------------------------------------------------- .../org/apache/geode/distributed/internal/InternalLocator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/41367f63/geode-core/src/main/java/org/apache/geode/distributed/internal/InternalLocator.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/InternalLocator.java b/geode-core/src/main/java/org/apache/geode/distributed/internal/InternalLocator.java index 33a0d57..ad5e04d 100644 --- a/geode-core/src/main/java/org/apache/geode/distributed/internal/InternalLocator.java +++ b/geode-core/src/main/java/org/apache/geode/distributed/internal/InternalLocator.java @@ -93,7 +93,7 @@ import org.apache.geode.management.internal.configuration.messages.SharedConfigu * Server Location Service DistributedSystem Peer Location Service *

* The startLocator() methods provide a way to start all three services in one call. Otherwise, the - * services can be started independently {@code locator = createLocator() + * services can be started independently {@code locator = createLocator(); * locator.startPeerLocation(); locator.startDistributeSystem();} * * @since GemFire 4.0