Remove unnecessary List.contains key from TIFFDirectory.removeTagSet

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 25
    • Affects Version/s: None
    • Component/s: client-libs

              if(tagSets.contains(tagSet)) {
                  tagSets.remove(tagSet);
              }

      There is no need to call List.contains before List.remove call.
      tagSets is an ArrayList.

            Assignee:
            Andrey Turbanov
            Reporter:
            Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: