Changeset 15217 in josm for trunk/src/com/drew/metadata/exif/ExifIFD0Directory.java
- Timestamp:
- 2019-07-07T01:56:46+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/metadata/exif/ExifIFD0Directory.java
r13061 r15217 1 1 /* 2 * Copyright 2002-201 7Drew Noakes2 * Copyright 2002-2019 Drew Noakes and contributors 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 22 22 package com.drew.metadata.exif; 23 23 24 import com.drew.lang.annotations.NotNull; 25 24 26 import java.util.HashMap; 25 26 import com.drew.lang.annotations.NotNull;27 27 28 28 /**
Note:
See TracChangeset
for help on using the changeset viewer.