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

Nikolay Izhikov edited comment on IGNITE-5321 at 5/29/17 2:30 PM:
------------------------------------------------------------------

Fixed by commit - 
https://github.com/apache/ignite/commit/0f8af137caa6d2ab5bd00ea33a34d4a969adff2b


was (Author: nizhikov):
Fixed by following commit - 
https://github.com/apache/ignite/commit/0f8af137caa6d2ab5bd00ea33a34d4a969adff2b

> DiscoverySpi#setDataExchange returns concrete implementation
> ------------------------------------------------------------
>
>                 Key: IGNITE-5321
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5321
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Nikolay Izhikov
>            Assignee: Nikolay Izhikov
>            Priority: Trivial
>             Fix For: 2.1
>
>
> Two method of DiscoverySpi interface returns concrete implementation instead 
> of interface.
> {code:java}
> public interface DiscoverySpi extends IgniteSpi {
> ....
>     TcpDiscoverySpi setDataExchange(DiscoverySpiDataExchange var1);
>     TcpDiscoverySpi setMetricsProvider(DiscoveryMetricsProvider var1);
> ...
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to