Add TODO comment to FileBasedOpenPgpMetadataStore

This commit is contained in:
Florian Schmaus 2018-08-17 12:23:35 +02:00
parent d133f25ca6
commit affdcb0557
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ public class FileBasedOpenPgpMetadataStore extends AbstractOpenPgpMetadataStore
}
static Map<OpenPgpV4Fingerprint, Date> readFingerprintsAndDates(File source) throws IOException {
// TODO: Why do we not throw a FileNotFoundException here?
if (!source.exists() || source.isDirectory()) {
return new HashMap<>();
}