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

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

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 1.0.0-alpha-2
    • None
    • api, impl-base
    • None

    Description

      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;

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: