Merge pull request #4624 from eugene7646/fix_caseuco_report

Fixed a bug in CASE-UCO report module initialization
This commit is contained in:
Richard Cordovano 2019-03-19 16:02:07 -04:00 committed by GitHub
commit d9e315ee93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,9 +342,9 @@
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.modules.stix.STIXReportModule.getDefault"/> <attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.modules.stix.STIXReportModule.getDefault"/>
<attr name="position" intvalue="910"/> <attr name="position" intvalue="910"/>
</file> </file>
<file name="org-sleuthkit-autopsy-modules-case_uco-ReportCaseUco.instance"> <file name="org-sleuthkit-autopsy-report-caseuco-ReportCaseUco.instance">
<attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.report.GeneralReportModule"/> <attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.report.GeneralReportModule"/>
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.modules.case_uco.ReportCaseUco.getDefault"/> <attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getDefault"/>
<attr name="position" intvalue="911"/> <attr name="position" intvalue="911"/>
</file> </file>
<!--<folder name="JavaHelp"> <!--<folder name="JavaHelp">