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

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

jdeppe-pivotal closed pull request #960: GEODE-3880: Fix typo in Javadoc
URL: https://github.com/apache/geode/pull/960
 
 
   

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/internal/cache/persistence/PersistentMemberManager.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/persistence/PersistentMemberManager.java
index fac5f36556..1c4ab395e9 100644
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/persistence/PersistentMemberManager.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/persistence/PersistentMemberManager.java
@@ -63,9 +63,9 @@ public void revokeMember(PersistentMemberPattern pattern) {
   }
 
   /**
-   * Add a new revokation listener
+   * Add a new revocation listener
    * 
-   * @param listener The revokocation listener
+   * @param listener The revocation listener
    * @param recoveredRevokedMembers a set of members which the listener knows 
have been revoked
    */
   public HashSet<PersistentMemberPattern> 
addRevocationListener(MemberRevocationListener listener,


 

----------------------------------------------------------------
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]


> Typo in Java doc for PersistentMemberManager.addRevocationListener
> ------------------------------------------------------------------
>
>                 Key: GEODE-3880
>                 URL: https://issues.apache.org/jira/browse/GEODE-3880
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Srikanth Manvi
>            Assignee: Srikanth Manvi
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> The java doc for the method PersistentMemberManager.addRevocationListener has 
> couple of typos.
> revokation to be spelled as revocation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to