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

geode git commit: GEODE-2258 fix doc typos in section on setting properties

Repository: geode
Updated Branches:
  refs/heads/develop e3cb1b747 -> 3761f37ce


GEODE-2258 fix doc typos in section on setting properties


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

Branch: refs/heads/develop
Commit: 3761f37ce1bc688fbf13fc6c1ed4e811a41f01c7
Parents: e3cb1b7
Author: Karen Miller <km...@pivotal.io>
Authored: Thu Dec 29 15:54:57 2016 -0800
Committer: Karen Miller <km...@pivotal.io>
Committed: Fri Dec 30 09:00:06 2016 -0800

----------------------------------------------------------------------
 .../setting_distributed_properties.html.md.erb                | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/3761f37c/geode-docs/basic_config/gemfire_properties/setting_distributed_properties.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/basic_config/gemfire_properties/setting_distributed_properties.html.md.erb b/geode-docs/basic_config/gemfire_properties/setting_distributed_properties.html.md.erb
index 22e373a..a3601c7 100644
--- a/geode-docs/basic_config/gemfire_properties/setting_distributed_properties.html.md.erb
+++ b/geode-docs/basic_config/gemfire_properties/setting_distributed_properties.html.md.erb
@@ -38,8 +38,8 @@ Set distributed system properties by any combination of the following. The syste
     -   In the API, set the `System` properties before the cache creation call. Example:
 
         ``` pre
-        System.setProperty("DgemfirePropertyFile", "gfTest");
-        System.setProperty("Dgemfire.mcast-port", "10999");
+        System.setProperty("gemfirePropertyFile", "gfTest");
+        System.setProperty("gemfire.mcast-port", "10999");
 
         Cache cache = new CacheFactory().create();
         ```
@@ -76,6 +76,7 @@ Set distributed system properties by any combination of the following. The syste
     disable-tcp=false
     ```
 
-4.  Default value. The default property values are listed in the online Java documentation for `org.apache.geode.distributed.DistributedSystem`.
+4.  Default value. The default values are defined within the API for 
+`org.apache.geode.distributed.ConfigurationProperties`.