mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Add TODO comment to FileBasedOpenPgpMetadataStore
This commit is contained in:
parent
d133f25ca6
commit
affdcb0557
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public class FileBasedOpenPgpMetadataStore extends AbstractOpenPgpMetadataStore
|
||||||
}
|
}
|
||||||
|
|
||||||
static Map<OpenPgpV4Fingerprint, Date> readFingerprintsAndDates(File source) throws IOException {
|
static Map<OpenPgpV4Fingerprint, Date> readFingerprintsAndDates(File source) throws IOException {
|
||||||
|
// TODO: Why do we not throw a FileNotFoundException here?
|
||||||
if (!source.exists() || source.isDirectory()) {
|
if (!source.exists() || source.isDirectory()) {
|
||||||
return new HashMap<>();
|
return new HashMap<>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue