diff --git a/src/main/java/com/zaxxer/hikari/HikariConfig.java b/src/main/java/com/zaxxer/hikari/HikariConfig.java index a32e4be7..94f79c11 100644 --- a/src/main/java/com/zaxxer/hikari/HikariConfig.java +++ b/src/main/java/com/zaxxer/hikari/HikariConfig.java @@ -129,8 +129,8 @@ public class HikariConfig implements HikariConfigMXBean /** * Construct a HikariConfig from the specified property file name. propertyFileName - * will first be treated as a path in the file-system, and if that fails the - * ClassLoader.getResourceAsStream(propertyFileName) will be tried. + * will first be treated as a path in the file-system, and if that fails the + * Class.getResourceAsStream(propertyFileName) will be tried. * * @param propertyFileName the name of the property file */