Warning del Class cl;
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user