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());
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.xmldb.api.base.Database;
|
||||
|
||||
public class ConnectionManager {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user