Michael Dodge created GEODE-4232:
------------------------------------
Summary: Javadoc deprecated tag is inappropriately capitalized
Key: GEODE-4232
URL: https://issues.apache.org/jira/browse/GEODE-4232
Project: Geode
Issue Type: Bug
Components: general
Reporter: Michael Dodge
Fix For: 1.5.0
The Java annotation for deprecation uses a majuscule initial letter; the
Javadoc tag for deprecation uses a minuscule initial letter. The cases where a
majuscule initial letter is used for the Javadoc tag should be fixed, e.g.:
{noformat}
geode-core/src/main/java/org/apache/geode/distributed/internal/DM.java: *
@Deprecated admin members are deprecated
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)