mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop
This commit is contained in:
commit
e8cd480c9d
@ -43,7 +43,7 @@ package org.sleuthkit.autopsy.ingest;
|
|||||||
};
|
};
|
||||||
|
|
||||||
public class IngestModuleException extends Exception {
|
public class IngestModuleException extends Exception {
|
||||||
IngestModuleException(String msg) {
|
public IngestModuleException(String msg) {
|
||||||
super(msg);
|
super(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user