Changeset 10862 in josm for trunk/src/com/drew/imaging/jpeg/JpegSegmentData.java
- Timestamp:
- 2016-08-20T20:58:03+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/imaging/jpeg/JpegSegmentData.java
r8132 r10862 1 1 /* 2 * Copyright 2002-201 5Drew Noakes2 * Copyright 2002-2016 Drew Noakes 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 52 52 * @param segmentBytes the byte array holding data for the segment being added 53 53 */ 54 @SuppressWarnings({"MismatchedQueryAndUpdateOfCollection"})55 54 public void addSegment(byte segmentType, @NotNull byte[] segmentBytes) 56 55 { … … 207 206 * @param occurrence the zero-based index of the segment occurrence to remove. 208 207 */ 209 @SuppressWarnings({"MismatchedQueryAndUpdateOfCollection"})210 208 public void removeSegmentOccurrence(@NotNull JpegSegmentType segmentType, int occurrence) 211 209 { … … 220 218 * @param occurrence the zero-based index of the segment occurrence to remove. 221 219 */ 222 @SuppressWarnings({"MismatchedQueryAndUpdateOfCollection"})223 220 public void removeSegmentOccurrence(byte segmentType, int occurrence) 224 221 {
Note:
See TracChangeset
for help on using the changeset viewer.
