-
Task
-
Resolution: Done
-
Major
-
None
-
None
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;