You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/05/10 08:07:00 UTC

[jira] [Commented] (IGNITE-8457) Typo in MarshallerUtils.jdkMarshaller() method

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

Alexey Kuznetsov commented on IGNITE-8457:
------------------------------------------

[~vozerov] Could you review my changes?

TC looks good for me: https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&branch_IgniteTests24Java8=ignite-8457

> Typo in MarshallerUtils.jdkMarshaller() method
> ----------------------------------------------
>
>                 Key: IGNITE-8457
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8457
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexey Kuznetsov
>            Assignee: Alexey Kuznetsov
>            Priority: Major
>             Fix For: 2.6
>
>
> {code}
> public static JdkMarshaller jdkMarshaller(@Nullable String nodeName) {
>  JdkMarshaller marsh = new JdkMarshaller();
>  setNodeName(new JdkMarshaller(), nodeName); // <<< BUG !!! 
>  return marsh;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)