Skip to content

Commit

Permalink
Suppress ISOSpeedRatings deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertOdrowaz committed Aug 28, 2023
1 parent 9f7c3f7 commit 8dd1bf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ void copyExif(String filePathOri, String filePathDest) {
ExifInterface oldExif = new ExifInterface(filePathOri);
ExifInterface newExif = new ExifInterface(filePathDest);

@SuppressWarnings("deprecation")
List<String> attributes =
Arrays.asList(
ExifInterface.TAG_IMAGE_DESCRIPTION,
Expand Down

0 comments on commit 8dd1bf9

Please sign in to comment.