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

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Wed Oct 21 10:44:05 EDT 2009


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


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