Skip to content
Snippets Groups Projects
Commit 0bdf7299 authored by apriestman's avatar apriestman
Browse files

Fixing some formatting

parent a7472204
No related branches found
No related tags found
No related merge requests found
......@@ -375,12 +375,12 @@ private long addBatchedFilesToDb() {
}
}
commitTransaction();
try {
addDataSourceCallbacks.onFilesAdded(newObjIds);
try {
addDataSourceCallbacks.onFilesAdded(newObjIds);
} catch (Exception ex) {
// Exception firewall to prevent unexpected return to the native code
logger.log(Level.SEVERE, "Unexpected error from files added callback", ex);
}
// Exception firewall to prevent unexpected return to the native code
logger.log(Level.SEVERE, "Unexpected error from files added callback", ex);
}
} catch (TskCoreException ex) {
logger.log(Level.SEVERE, "Error adding batched files to database", ex);
revertTransaction();
......@@ -414,7 +414,7 @@ private long getParentObjId(FileInfo fileInfo) throws TskCoreException {
// stored in the cache.
throw new TskCoreException("Parent not found in cache (fsObjId: " +fileInfo.fsObjId + ", parMetaAddr: " + fileInfo.parMetaAddr
+ ", parSeq: " + fileInfo.parSeq + ", parentPath: " + parentPath + ")");
}
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment