Skip to content

Commit

Permalink
Update DBTCI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Jun 11, 2024
1 parent 8851197 commit 6a5fd37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public void useNewEntityManager(final Consumer<EntityManager> action)
}
}

@SuppressWarnings("java:S6437") // This is a test calm down
public MariaDbDataSource createDataSource()
{
final MariaDbDataSource dataSource = new MariaDbDataSource();
Expand Down

0 comments on commit 6a5fd37

Please sign in to comment.