[ 
https://issues.apache.org/jira/browse/GEODE-4232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322732#comment-16322732
 ] 

ASF GitHub Bot commented on GEODE-4232:
---------------------------------------

upthewaterspout closed pull request #1238: GEODE-4232: Switch to minuscule 
initial letter for Javadoc deprecated…
URL: https://github.com/apache/geode/pull/1238
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionManager.java
 
b/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionManager.java
index 3719bb2b21..ade3daa617 100644
--- 
a/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionManager.java
+++ 
b/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionManager.java
@@ -218,7 +218,7 @@ void 
removeMembersWithSameOrNewerVersion(Collection<InternalDistributedMember> m
   /**
    * Makes note of a new administration console (admin-only member).
    *
-   * @Deprecated admin members are deprecated
+   * @deprecated admin members are deprecated
    */
   void addAdminConsole(InternalDistributedMember id);
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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
>            Assignee: 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)

Reply via email to