1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 12:02:05 +01:00

Add TODO comment to FileBasedOpenPgpMetadataStore

This commit is contained in:
Florian Schmaus 2018-08-17 12:23:35 +02:00
parent d133f25ca6
commit affdcb0557

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<>();
}