fixed comment

ClassLoader.getResourceAsStream() and Class.getResourceAsStream() are
different. Refer to http://stackoverflow.com/a/1464366/524588
pull/388/head
Hugh Lee 10 years ago
parent fb50c8108c
commit ad9f5e6a19

@ -129,8 +129,8 @@ public class HikariConfig implements HikariConfigMXBean
/**
* Construct a HikariConfig from the specified property file name. <code>propertyFileName</code>
* 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
*/

Loading…
Cancel
Save