Repository: incubator-geode Updated Branches: refs/heads/develop 8fd8d79df -> 182cacb12
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/develop Commit: 182cacb12fc6c82c276327ecf3420fd777b1b6aa Parents: 8fd8d79 Author: Dave Barnes <[email protected]> Authored: Fri Sep 9 10:46:26 2016 -0700 Committer: Dave Barnes <[email protected]> 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>
