mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
fix class name
This commit is contained in:
@@ -42,7 +42,7 @@ public class ByteContentStream implements ContentStream {
|
||||
|
||||
private InputStream stream;
|
||||
|
||||
private static Logger logger = Logger.getLogger(FsContentStringContentStream.class.getName());
|
||||
private static Logger logger = Logger.getLogger(ByteContentStream.class.getName());
|
||||
|
||||
public ByteContentStream(byte [] content, long contentSize, AbstractContent aContent, Encoding encoding) {
|
||||
this.content = content;
|
||||
|
||||
Reference in New Issue
Block a user