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:42:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-8457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kuznetsov closed 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)