You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/09/08 08:50:51 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #6837: IGNITE-10223: affinity list methods are added, tests are changed

nizhikov commented on a change in pull request #6837: IGNITE-10223: affinity list methods are added, tests are changed
URL: https://github.com/apache/ignite/pull/6837#discussion_r321995292
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/cache/affinity/Affinity.java
 ##########
 @@ -180,6 +181,9 @@
     @Nullable public ClusterNode mapKeyToNode(K key);
 
     /**
+     *
+     * @deprecated Use Affinity#mapKeyToPrimaryAndBackups(java.lang.Object) instead
 
 Review comment:
   This should be after `@throws`, at the end of the Javadoc.
   Please, add a dot at the end of the statement.

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


With regards,
Apache Git Services