mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Removed optimizations that we decided not to do right now
This commit is contained in:
parent
da1217a4df
commit
561133d167
@ -62,10 +62,6 @@ public final class AutopsyManifestFileParser implements ManifestFileParser {
|
||||
|
||||
@Override
|
||||
public Manifest parse(Path filePath) throws ManifestFileParserException {
|
||||
if (!fileIsManifest(filePath)) {
|
||||
throw new ManifestFileParserException(String.format("%s not recognized as a manifest", filePath));
|
||||
}
|
||||
|
||||
try {
|
||||
Document doc = this.createManifestDOM(filePath);
|
||||
XPath xpath = XPathFactory.newInstance().newXPath();
|
||||
|
Loading…
x
Reference in New Issue
Block a user