comparison src/name/blackcap/exifwasher/exiv2/ExifData.kt @ 15:959fa9014deb

Add a better comment.
author David Barts <n5jrn@me.com>
date Sat, 11 Apr 2020 09:49:00 -0700
parents db63d01a23c6
children
comparison
equal deleted inserted replaced
14:2d64f17bba9b 15:959fa9014deb
1 /* 1 /*
2 * Some image EXIF metadata. 2 * Some image metadata. Note that this now deals with more than
3 * just Exif metadata, so "ExifData" is something of a misnomer.
3 */ 4 */
4 package name.blackcap.exifwasher.exiv2 5 package name.blackcap.exifwasher.exiv2
5 6
6 import kotlin.collections.Iterable 7 import kotlin.collections.Iterable
7 import kotlin.collections.Iterator 8 import kotlin.collections.Iterator