Skip to content

Commit

Permalink
[cleanup] erefactor/EclipseJdt - Remove redundant super() call in con…
Browse files Browse the repository at this point in the history
…structor (#1753)

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
  • Loading branch information
cal101 committed Sep 15, 2023
1 parent b5a4373 commit ddf3246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/zaxxer/hikari/HikariDataSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public class HikariDataSource extends HikariConfig implements DataSource, Closea
*/
public HikariDataSource()
{
super();
fastPathPool = null;
}

Expand Down

0 comments on commit ddf3246

Please sign in to comment.