You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2016/09/12 19:30:49 UTC

[08/11] incubator-geode git commit: GEODE-1880 DistributedSystem.java: typo repair in javadocs

GEODE-1880 DistributedSystem.java: typo repair in javadocs


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

Branch: refs/heads/feature/GEODE-420
Commit: 182cacb12fc6c82c276327ecf3420fd777b1b6aa
Parents: 8fd8d79
Author: Dave Barnes <db...@pivotal.io>
Authored: Fri Sep 9 10:46:26 2016 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Fri Sep 9 10:46:26 2016 -0700

----------------------------------------------------------------------
 .../java/com/gemstone/gemfire/distributed/DistributedSystem.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/182cacb1/geode-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java b/geode-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
index cb6851f..75fb39f 100644
--- a/geode-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
@@ -62,7 +62,7 @@ import static com.gemstone.gemfire.distributed.ConfigurationProperties.*;
  * distributed system are located.  This discovery is performed
  * by contacting "locators"
  * running on a given host and port.  All DistributedSystems that are
- * configured to use the same same
+ * configured to use the same
  * locators are part of the same distributed system.
  *
  * <P>