[shrinkwrap-issues] [JBoss JIRA] Resolved: (SHRINKWRAP-60) Switch order of "asset" and "name" arguments in Archive

Aslak (JIRA) jira-events at lists.jboss.org
Wed Nov 11 08:04:05 EST 2009


     [ https://jira.jboss.org/jira/browse/SHRINKWRAP-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak resolved SHRINKWRAP-60.
-----------------------------

    Resolution: Done


fixed under SHRINKWRAP-61

> Switch order of "asset" and "name" arguments in Archive
> -------------------------------------------------------
>
>                 Key: SHRINKWRAP-60
>                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-60
>             Project: ShrinkWrap
>          Issue Type: Task
>          Components: api, impl-base
>            Reporter: Andrew Lee Rubinger
>             Fix For: 1.0.0-beta-1
>
>
> For consistency.
> T add(Path target, String name, Asset asset) throws IllegalArgumentException;
> ...should be:
> T add(Path target, Asset asset, String name) throws IllegalArgumentException;
> ...to match:
> T add(Path target, Asset asset) throws IllegalArgumentException;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list