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

Switch order of "path" and "source" in Archive.merge

    XMLWordPrintable

Details

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

    Description

      Switch:

      T merge(Path path, Archive<?> source) throws IllegalArgumentException;

      ...to:

      T merge(Archive<?> source, Path path) throws IllegalArgumentException;

      ...to match:

      T merge(Archive<?> source) 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: