1
0
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:
adam-m
2012-05-30 16:10:28 -04:00
parent 238e18001a
commit c166055470

View File

@@ -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;