Fix doxygen warnings

This commit is contained in:
Ann Priestman 2019-07-02 11:21:58 -04:00
parent ea9d797d97
commit 1dfcd90f4c
3 changed files with 3 additions and 6 deletions

View File

@ -754,9 +754,8 @@ public class FileManager implements Closeable {
* the parent local directory.
* @param localFile The local/logical file or directory.
* @param progressUpdater notifier to receive progress notifications on
* folders added, or null if not used
* @param progressUpdater Called after each file/directory is added to the
* case database.
* folders added, or null if not used. Called after
* each file/directory is added to the case database.
*
* @return An AbstractFile representation of the local/logical file.
*

View File

@ -123,7 +123,7 @@ final public class CorrelationAttributeNormalizer {
/**
* 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 {
DomainValidator validator = DomainValidator.getInstance(true);

View File

@ -170,8 +170,6 @@ public final class IngestServices {
* Sets all of the global configuration settings for an ingest 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.
*
*/