Merge pull request #7299 from APriestman/7964_doxygenWarnings

7964 Fix doxygen warnings
This commit is contained in:
Richard Cordovano 2021-09-29 12:49:25 -04:00 committed by GitHub
commit 6bb4d4e310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 7 deletions

View File

@ -97,7 +97,6 @@ public final class OtherOccurrences {
* find all artifact instances correlated to the given central repository
* artifact.
*
* @param file The current file.
* @param deviceId The device ID for the current data source.
* @param dataSourceName The name of the current data source.
* @param corAttr CorrelationAttribute to query for
@ -245,7 +244,6 @@ public final class OtherOccurrences {
* Create a cvs file of occurrences for the given parameters.
*
* @param destFile Output file for the csv data.
* @param abstractFile Source file.
* @param correlationAttList List of correclationAttributeInstances, should
* not be null.
* @param dataSourceName Name of the data source.

View File

@ -94,13 +94,13 @@ public class CorrelationAttributeUtil {
/**
* Makes zero to many correlation attribute instances from the attributes of
* content objects that have correlatable data. The intention of this method
* abstract file objects that have correlatable data. The intention of this method
* is to use the results to save to the CR, not to correlate with them. If
* you want to correlate, please use makeCorrAttrsForSearch. An artifact
* that can have correlatable data != An artifact that should be the source
* of data in the CR, so results may be un-necessarily incomplete.
*
* @param content A Content object.
* @param file A AbstractFile object.
*
* @return A list, possibly empty, of correlation attribute instances for
* the content.
@ -324,7 +324,6 @@ public class CorrelationAttributeUtil {
* Makes a correlation attribute instance from a phone number attribute of
* an artifact.
*
* @param corrAttrInstances Correlation attributes will be added to this.
* @param artifact An artifact with a phone number attribute.
* @param attributes List of attributes.
*
@ -423,7 +422,6 @@ public class CorrelationAttributeUtil {
* Makes a correlation attribute instance from a specified attribute of an
* artifact. The correlation attribute instance is added to an input list.
*
* @param corrAttrInstances A list of correlation attribute instances.
* @param artifact An artifact.
* @param artAttrType The type of the attribute of the artifact that
* is to be made into a correlation attribute
@ -459,7 +457,6 @@ public class CorrelationAttributeUtil {
* Makes a correlation attribute instance from a specified attribute of an
* artifact. The correlation attribute instance is added to an input list.
*
* @param corrAttrInstances A list of correlation attribute instances.
* @param artifact An artifact.
* @param artAttrType The type of the attribute of the artifact that
* is to be made into a correlation attribute

View File

@ -218,6 +218,7 @@ public final class CaseEventListener implements PropertyChangeListener {
/**
* Sets the known status of a blackboard artifact in the central repository.
*
* @param dbManager The central repo database.
* @param bbArtifact The blackboard artifact to set known status.
* @param knownStatus The new known status.
*/

View File

@ -1229,6 +1229,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
*
* @param node The node.
* @param osAccount The os account.
* @param hosts List of hosts.
*
* @return The parent list node of the os account if found or empty if not.
*/