mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
remove uneeded comment
This commit is contained in:
parent
a024152259
commit
eda8e09184
@ -56,7 +56,7 @@ class AbstractFileChunk {
|
||||
|
||||
public boolean index(Ingester ingester, byte[] content, long contentSize, Charset indexCharset) throws IngesterException {
|
||||
byte[] saitizedContent = sanitize(content);
|
||||
ByteContentStream bcs = new ByteContentStream(saitizedContent, contentSize, parent.getSourceFile(), indexCharset); //Charset.forName("UTF-8"));
|
||||
ByteContentStream bcs = new ByteContentStream(saitizedContent, contentSize, parent.getSourceFile(), indexCharset);
|
||||
try {
|
||||
ingester.ingest(this, bcs, content.length);
|
||||
} catch (Exception ingEx) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user