-
Notifications
You must be signed in to change notification settings - Fork 488
Closed
Labels
good-first-issueAn easy task suited to people new to the project and codeAn easy task suited to people new to the project and code
Description
Please override toString()
in KeyValuePair
.
I am iterating over a list of images and for ones that do not contain timestamps in expected locations I print out the list of all available directories/tags. When iterating over tags, I print out the toString()
of each value and because KeyValuePair
does not override this method I get:
Textual Data: [com.drew.lang.KeyValuePair@3b2c72c2]
Metadata
Metadata
Assignees
Labels
good-first-issueAn easy task suited to people new to the project and codeAn easy task suited to people new to the project and code