Warning del Class cl;

This commit is contained in:
2026-04-10 10:06:20 +02:00
parent faf3875560
commit 989324ceaa
2 changed files with 1 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ public class DepartamentoEXistDao extends AbstractGenericDao<Departamento> imple
public DepartamentoEXistDao() {
this.dataSource = ConnectionManager.getDataSource("src/main/resources/db.properties");
Class cl;
Class<?> cl;
try {
cl = Class.forName(dataSource.getDriver());