fix javadoc error

pull/395/head
Brett Wooldridge 10 years ago
parent 45a7f1ba5b
commit ee8025e99c

@ -157,7 +157,7 @@ public interface HikariConfigMXBean
* Altering this at runtime only works for DataSource-based connections, not Driver-class or JDBC URL-based * Altering this at runtime only works for DataSource-based connections, not Driver-class or JDBC URL-based
* connections. * connections.
* *
* @param username the database password * @param password the database password
*/ */
void setPassword(String password); void setPassword(String password);

Loading…
Cancel
Save