Uploaded image for project: 'ShrinkWrap'
  1. ShrinkWrap
  2. SHRINKWRAP-60

Switch order of "asset" and "name" arguments in Archive

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0-alpha-2
    • None
    • api, impl-base
    • 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;

              aslak@redhat.com Aslak Knutsen
              arubinge@redhat.com Andrew Rubinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: