fixed checkstyle

This commit is contained in:
sravani.gadey 2023-02-22 16:11:24 +05:30
parent 0864c1a153
commit b21304c17b
1 changed files with 1 additions and 2 deletions

View File

@ -145,8 +145,7 @@ public class AuditTool extends Configured implements Tool, Closeable {
if (!mergeAndParseResult) {
return FAILURE;
}
}
else {
} else {
errorln(getUsage());
throw invalidArgs("Invalid number of arguments, please specify audit "
+ "log files directory as 1st argument and destination directory "