[cleanup] erefactor/EclipseJdt - Remove redundant super() call in constructor ()

EclipseJdt cleanup 'RemoveUnnecessarySuperCall' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
pull/1752/head^2
cal committed by GitHub
parent b5a4373214
commit ddf32467f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,6 @@ public class HikariDataSource extends HikariConfig implements DataSource, Closea
*/
public HikariDataSource()
{
super();
fastPathPool = null;
}

Loading…
Cancel
Save