docs: added comment

This commit is contained in:
dancingCycle 2022-01-06 15:13:11 -05:00
parent 96f0258844
commit bd83c45a35
1 changed files with 3 additions and 0 deletions

View File

@ -20,7 +20,10 @@ public class JavaPostgreSqlProperties {
try {
BufferedReader br = Files.newBufferedReader(path, StandardCharsets.UTF_8);
//load properties into object
props.load(br);
} catch (IOException e) {
Logger.getLogger(JavaPostgreSqlProperties.class.getName()).log(
Level.SEVERE, null, e);