Commit 5d140905 authored by Sara Bertocco's avatar Sara Bertocco
Browse files

Original author Is Marco Molinaro. The class has been changed by Sara Bertocco in getDataSource.

parent 0a1f04b0
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -36,11 +36,7 @@ import javax.sql.DataSource;

import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;

/**
 * Database Persistence for VO-Space Nodes.
 * Implementation built extending the openCADC implementation.
 * @author Sara Bertocco (INAF-OATs)
 */

public class DatabaseNodePersistenceExt extends DatabaseNodePersistence {

    /**