]
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: