Ignore:
Timestamp:
2017-10-30T22:46:09+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #15505 - update to metadata-extractor 2.10.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/drew/imaging/jpeg/JpegSegmentData.java

    r10862 r13061  
    11/*
    2  * Copyright 2002-2016 Drew Noakes
     2 * Copyright 2002-2017 Drew Noakes
    33 *
    44 *    Licensed under the Apache License, Version 2.0 (the "License");
     
    5252     * @param segmentBytes the byte array holding data for the segment being added
    5353     */
     54    @SuppressWarnings({"MismatchedQueryAndUpdateOfCollection"})
    5455    public void addSegment(byte segmentType, @NotNull byte[] segmentBytes)
    5556    {
     
    206207     * @param occurrence  the zero-based index of the segment occurrence to remove.
    207208     */
     209    @SuppressWarnings({"MismatchedQueryAndUpdateOfCollection"})
    208210    public void removeSegmentOccurrence(@NotNull JpegSegmentType segmentType, int occurrence)
    209211    {
     
    218220     * @param occurrence  the zero-based index of the segment occurrence to remove.
    219221     */
     222    @SuppressWarnings({"MismatchedQueryAndUpdateOfCollection"})
    220223    public void removeSegmentOccurrence(byte segmentType, int occurrence)
    221224    {
Note: See TracChangeset for help on using the changeset viewer.