You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/08/21 19:37:45 UTC

[jira] [Assigned] (REEF-399) Method calls in ITang should accept param arrays

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

Markus Weimer reassigned REEF-399:
----------------------------------

    Assignee: Markus Weimer  (was: Julia)

I spoke to [~juliaw]. She's ok with me taking this over.

> Method calls in ITang should accept param arrays
> ------------------------------------------------
>
>                 Key: REEF-399
>                 URL: https://issues.apache.org/jira/browse/REEF-399
>             Project: REEF
>          Issue Type: Improvement
>          Components: Tang.NET
>    Affects Versions: 0.11
>            Reporter: Markus Weimer
>            Assignee: Markus Weimer
>            Priority: Trivial
>
> in {{ITang}} we expose several methods that accepts arrays of parameters, e.g.:
> {code}
> IInjector NewInjector(IConfiguration[] confs);
> {code}
> Those methods should instead accept a vaiable number of parameters:
> {code}
> IInjector NewInjector(params IConfiguration[] confs);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)