mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Removed useless comment
This commit is contained in:
parent
033935168f
commit
4e7695dc12
@ -92,7 +92,6 @@ public class EncodingUtils {
|
|||||||
// Get all guesses by Tika. These CharsetMatch's are ordered
|
// Get all guesses by Tika. These CharsetMatch's are ordered
|
||||||
// by descending confidence (largest first).
|
// by descending confidence (largest first).
|
||||||
if (tikaResults.length > 0) {
|
if (tikaResults.length > 0) {
|
||||||
// Grab our top pick
|
|
||||||
CharsetMatch topPick = tikaResults[0];
|
CharsetMatch topPick = tikaResults[0];
|
||||||
|
|
||||||
if (topPick.getName().equalsIgnoreCase("IBM500") && tikaResults.length > 1) {
|
if (topPick.getName().equalsIgnoreCase("IBM500") && tikaResults.length > 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user