mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Fix doxygen warnings
This commit is contained in:
parent
ea9d797d97
commit
1dfcd90f4c
@ -754,9 +754,8 @@ public class FileManager implements Closeable {
|
|||||||
* the parent local directory.
|
* the parent local directory.
|
||||||
* @param localFile The local/logical file or directory.
|
* @param localFile The local/logical file or directory.
|
||||||
* @param progressUpdater notifier to receive progress notifications on
|
* @param progressUpdater notifier to receive progress notifications on
|
||||||
* folders added, or null if not used
|
* folders added, or null if not used. Called after
|
||||||
* @param progressUpdater Called after each file/directory is added to the
|
* each file/directory is added to the case database.
|
||||||
* case database.
|
|
||||||
*
|
*
|
||||||
* @return An AbstractFile representation of the local/logical file.
|
* @return An AbstractFile representation of the local/logical file.
|
||||||
*
|
*
|
||||||
|
@ -123,7 +123,7 @@ final public class CorrelationAttributeNormalizer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Verify there are no slashes or invalid domain name characters (such as
|
* Verify there are no slashes or invalid domain name characters (such as
|
||||||
* '?' or \: ). Normalize to lower case.
|
* '?'). Normalize to lower case.
|
||||||
*/
|
*/
|
||||||
private static String normalizeDomain(String data) throws CorrelationAttributeNormalizationException {
|
private static String normalizeDomain(String data) throws CorrelationAttributeNormalizationException {
|
||||||
DomainValidator validator = DomainValidator.getInstance(true);
|
DomainValidator validator = DomainValidator.getInstance(true);
|
||||||
|
@ -170,8 +170,6 @@ public final class IngestServices {
|
|||||||
* Sets all of the global configuration settings for an ingest module.
|
* Sets all of the global configuration settings for an ingest module.
|
||||||
*
|
*
|
||||||
* @param moduleName A unique identifier for the module.
|
* @param moduleName A unique identifier for the module.
|
||||||
*
|
|
||||||
* @param moduleName moduleName identifier unique to that module
|
|
||||||
* @param settings A mapping of setting names to setting values.
|
* @param settings A mapping of setting names to setting values.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user