Skip to content
Snippets Groups Projects
Commit a0be7000 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

public setAcquisitionDetails

parent 8c329b69
Branches
No related tags found
No related merge requests found
...@@ -11034,7 +11034,8 @@ void setAcquisitionToolDetails(DataSource datasource, String name, String versio ...@@ -11034,7 +11034,8 @@ void setAcquisitionToolDetails(DataSource datasource, String name, String versio
* *
* @throws TskCoreException * @throws TskCoreException
*/ */
void setAcquisitionDetails(long dataSourceId, String details, CaseDbTransaction trans) throws TskCoreException { @Beta
public void setAcquisitionDetails(long dataSourceId, String details, CaseDbTransaction trans) throws TskCoreException {
try { try {
CaseDbConnection connection = trans.getConnection(); CaseDbConnection connection = trans.getConnection();
PreparedStatement statement = connection.getPreparedStatement(PREPARED_STATEMENT.UPDATE_ACQUISITION_DETAILS); PreparedStatement statement = connection.getPreparedStatement(PREPARED_STATEMENT.UPDATE_ACQUISITION_DETAILS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment