[ 
https://issues.apache.org/jira/browse/GEODE-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karen Smoler Miller updated GEODE-2258:
---------------------------------------
    Description: 
In file 
{{basic_config/gemfire_properties/setting_distributed_properties.html}}, this 
text is wrong:

{{System.setProperty("DgemfirePropertyFile", "gfTest");}}
{{System.setProperty("Dgemfire.mcast-port", "10999");}}

The capital D at the beginning of each property name should be deleted.

In the same file, the reference to DistributedSystem javadocs should be changed 
to refer to this class:
{{org.apache.geode.distributed.ConfigurationProperties}}

{{ConfigurationProperties}} also defines constants for each property name so 
that applications can use them instead of embedding string constants in their 
code.  This has the benefit of avoiding typing mistakes.


  was:
In file 
{{http://gemfire.docs.pivotal.io/geode/basic_config/gemfire_properties/setting_distributed_properties.html}},
 this text is wrong:

{{System.setProperty("DgemfirePropertyFile", "gfTest");}}
{{System.setProperty("Dgemfire.mcast-port", "10999");}}

The capital D at the beginning of each property name should be deleted.

In the same file, the reference to DistributedSystem javadocs should be changed 
to refer to this class:
{{org.apache.geode.distributed.ConfigurationProperties}}

{{ConfigurationProperties}} also defines constants for each property name so 
that applications can use them instead of embedding string constants in their 
code.  This has the benefit of avoiding typing mistakes.



> fix doc typos for setting properties
> ------------------------------------
>
>                 Key: GEODE-2258
>                 URL: https://issues.apache.org/jira/browse/GEODE-2258
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Karen Smoler Miller
>            Assignee: Karen Smoler Miller
>
> In file 
> {{basic_config/gemfire_properties/setting_distributed_properties.html}}, this 
> text is wrong:
> {{System.setProperty("DgemfirePropertyFile", "gfTest");}}
> {{System.setProperty("Dgemfire.mcast-port", "10999");}}
> The capital D at the beginning of each property name should be deleted.
> In the same file, the reference to DistributedSystem javadocs should be 
> changed to refer to this class:
> {{org.apache.geode.distributed.ConfigurationProperties}}
> {{ConfigurationProperties}} also defines constants for each property name so 
> that applications can use them instead of embedding string constants in their 
> code.  This has the benefit of avoiding typing mistakes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to