From bc269606d7e9e4ab4ebb0cf2be5c0eedd64ece25 Mon Sep 17 00:00:00 2001 From: apriestman Date: Wed, 22 Jul 2020 16:15:08 -0400 Subject: [PATCH] Doxygen fixes --- .../org/sleuthkit/autopsy/communications/FiltersPanel.java | 6 +++--- .../autopsy/modules/hashdatabase/HashDbManager.java | 2 +- .../modules/portablecase/PortableCaseReportModule.java | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/communications/FiltersPanel.java b/Core/src/org/sleuthkit/autopsy/communications/FiltersPanel.java index 7bdf3a46e3..90c41e467f 100644 --- a/Core/src/org/sleuthkit/autopsy/communications/FiltersPanel.java +++ b/Core/src/org/sleuthkit/autopsy/communications/FiltersPanel.java @@ -269,6 +269,7 @@ final public class FiltersPanel extends JPanel { * Populate the Account Types filter widgets. * * @param accountTypesInUse List of accountTypes currently in use + * @param checkNewOnes * * @return True, if a new accountType was found */ @@ -314,9 +315,8 @@ final public class FiltersPanel extends JPanel { /** * Populate the devices filter widgets. * - * @param selected Sets the initial state of device check box. - * @param sleuthkitCase The sleuthkit case for containing the data source - * information. + * @param dataSourceMap + * @param checkNewOnes * * @return true if a new device was found */ diff --git a/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java b/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java index a901102f7b..adc453c65f 100644 --- a/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java +++ b/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java @@ -735,7 +735,7 @@ public class HashDbManager implements PropertyChangeListener { * the system. * * @param settings The settings to configure. - * @param offcialSetNames The official set names. Any name collisions will + * @param officialSetNames The official set names. Any name collisions will * trigger rename for primary file. */ @Messages({"# {0} - hash set name", "HashDbManager.noDbPath.message=Couldn't get valid hash set path for: {0}", diff --git a/Core/src/org/sleuthkit/autopsy/report/modules/portablecase/PortableCaseReportModule.java b/Core/src/org/sleuthkit/autopsy/report/modules/portablecase/PortableCaseReportModule.java index b02b95aaa6..c97183c31a 100644 --- a/Core/src/org/sleuthkit/autopsy/report/modules/portablecase/PortableCaseReportModule.java +++ b/Core/src/org/sleuthkit/autopsy/report/modules/portablecase/PortableCaseReportModule.java @@ -568,9 +568,12 @@ public class PortableCaseReportModule implements ReportModule { * @param content Content to add to the report. * @param dataSource Parent dataSource of the content instance. * @param tmpDir Path to the tmpDir to enforce uniqueness - * @param reportGenerator Report generator instance to add the content to + * @param gson + * @param exporter + * @param reportWriter Report generator instance to add the content to * @param dataSourceHasBeenIncluded Flag determining if the data source * should be written to the report (false indicates that it should be written). + * * @throws IOException If an I/O error occurs. * @throws TskCoreException If an internal database error occurs. *