TESB-18908:Memory-Leak in TalendDataSource implementation (#920)
This commit is contained in:
committed by
Pierre Teyssier
parent
60731c20e9
commit
4da3e6ea82
@@ -38,4 +38,19 @@ public class TalendDataSource {
|
||||
public javax.sql.DataSource getRawDataSource() {
|
||||
return ds;
|
||||
}
|
||||
|
||||
/**
|
||||
* @Deprecated
|
||||
*
|
||||
* This method will be removed in future release
|
||||
*
|
||||
* close all the connections which is created by the data source inside
|
||||
*
|
||||
* @throws SQLException
|
||||
*/
|
||||
|
||||
public void close() throws SQLException {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user