mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
No longer converting case metadata upon load
This commit is contained in:
parent
17cbd25d25
commit
5537d645e8
@ -455,13 +455,6 @@ public final class CaseMetadata {
|
|||||||
this.caseDatabaseName = caseDirectoryPath.relativize(possibleAbsoluteCaseDbPath).toString();
|
this.caseDatabaseName = caseDirectoryPath.relativize(possibleAbsoluteCaseDbPath).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Update the file to the current schema, if necessary.
|
|
||||||
*/
|
|
||||||
if (!schemaVersion.equals(CURRENT_SCHEMA_VERSION)) {
|
|
||||||
writeToFile();
|
|
||||||
}
|
|
||||||
|
|
||||||
} catch (ParserConfigurationException | SAXException | IOException ex) {
|
} catch (ParserConfigurationException | SAXException | IOException ex) {
|
||||||
throw new CaseMetadataException(String.format("Error reading from case metadata file %s", metadataFilePath), ex);
|
throw new CaseMetadataException(String.format("Error reading from case metadata file %s", metadataFilePath), ex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user