diff --git a/iped-parsers/iped-parsers-impl/src/main/java/iped/parsers/ufed/ReportGenerator.java b/iped-parsers/iped-parsers-impl/src/main/java/iped/parsers/ufed/ReportGenerator.java index 4c5c3a6fba..856409837b 100644 --- a/iped-parsers/iped-parsers-impl/src/main/java/iped/parsers/ufed/ReportGenerator.java +++ b/iped-parsers/iped-parsers-impl/src/main/java/iped/parsers/ufed/ReportGenerator.java @@ -90,7 +90,7 @@ private String formatLocation(Message message) { String city = localization.getCity(); String state = localization.getState(); String country = localization.getCountry(); - String compliment = Arrays.asList(city, state, country).stream().filter(StringUtils::isNotBlank).collect(Collectors.joining(" - ")); + String complement = Arrays.asList(city, state, country).stream().filter(StringUtils::isNotBlank).collect(Collectors.joining(" - ")); if (isNotBlank(name)) { div.with(span(name), br()); @@ -102,8 +102,8 @@ private String formatLocation(Message message) { } div.with(span(fullStreet), br()); } - if (isNotBlank(compliment)) { - div.with(span(compliment), br()); + if (isNotBlank(complement)) { + div.with(span(complement), br()); } if (isNotBlank(description)) { div.with(span(description), br()); @@ -532,7 +532,7 @@ private static void printMessageFileHeader(PrintWriter out, String chatName, Str + " "); //$NON-NLS-1$ if (avatar != null) out.println(""); //$NON-NLS-1$ + + "\" width=\"72\" height=\"72\"/>"); //$NON-NLS-1$ out.println(format(chatName) + "\n" //$NON-NLS-1$ + "\n" //$NON-NLS-1$ + "