mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
fix warning
This commit is contained in:
@@ -358,7 +358,7 @@ public class ExtractedContentViewer implements DataContentViewer {
|
||||
|
||||
String content = null;
|
||||
try {
|
||||
content = (String) solrServer.getSolrContent(contentObj, chunkId);
|
||||
content = solrServer.getSolrContent(contentObj, chunkId);
|
||||
} catch (NoOpenCoreException ex) {
|
||||
logger.log(Level.WARNING, "Couldn't get text content.", ex);
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user