1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

fix warning

This commit is contained in:
adam-m
2012-06-06 17:13:56 -04:00
parent 497f815c1d
commit 6a9b700426

View File

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