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/03 22:00:57 UTC

[2/2] 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/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 <kl...@apache.org>
Authored: Wed May 3 15:00:45 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
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
  * <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