Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Do
-
None
-
None
Description
The javadocs for com.gemstone.gemfire.distributed.ConfigurationProperties contains invalid javadoc syntax and typos.
The use of <p> and/or </p> (this varies from constant to constant) is inconsistent with http://www.oracle.com/technetwork/articles/java/index-137868.html.
There are spelling typos, such as "seperated".
The fix should include:
1) strict compliance with http://www.oracle.com/technetwork/articles/java/index-137868.html
2) consistent formatting for javadocs on all property constants
3) no misspelled words
4) javadocs should render properly in Eclipse, IntelliJ and in HTML generated by javadoc