Add features to suggestions

This commit is contained in:
vlofgren 2022-08-10 19:50:14 +02:00
parent b826dbc3b5
commit 0e28ff5a72

View File

@ -61,7 +61,7 @@ public class Suggestions {
} }
catch (IOException ex) { catch (IOException ex) {
logger.error("Failed to load suggestions file", ex); logger.error("Failed to load suggestions file", ex);
return new PatriciaTrie<String>(); return new PatriciaTrie<>();
} }
} }