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

[jira] [Resolved] (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 ]

Mariia Mykhailova resolved REEF-399.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.13

Closed via https://github.com/apache/incubator-reef/pull/399

> 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
>             Fix For: 0.13
>
>
> 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)