You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/05/04 18:38:06 UTC

[51/54] [abbrv] geode git commit: Review fixup

Review fixup


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3cfad66d
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3cfad66d
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/3cfad66d

Branch: refs/heads/feature/GEODE-2632-10
Commit: 3cfad66deda45b7b7edd9bc48719c09989368dce
Parents: 8437e65
Author: Kirk Lund <kl...@apache.org>
Authored: Wed May 3 15:00:45 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed May 3 17:06:25 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/3cfad66d/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
  * <p>
  * 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