Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-2258

fix doc typos for setting properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • None
    • None

    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.

      Attachments

        Activity

          People

            karensmolermiller Karen Smoler Miller
            karensmolermiller Karen Smoler Miller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: