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 21:29:46 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14707314#comment-14707314 ] 

Mariia Mykhailova commented on REEF-399:
----------------------------------------

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
>
> 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)