Expanded javadoc for the default constructor of HikariConfig (#1732)

pull/1989/head
Arif Banai 2 years ago committed by GitHub
parent b22a6f50d6
commit 32f36635c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,6 +104,12 @@ public class HikariConfig implements HikariConfigMXBean
/**
* Default constructor
* <p>
* If the System property {@code hikari.configurationFile} is set,
* then the default constructor will attempt to load the specified configuration file
* <p>
* {@link #HikariConfig(String propertyFileName)} can be similarly used
* instead of using the system property
*/
public HikariConfig()
{

Loading…
Cancel
Save