Skip to content

Commit 60db7a5

Browse files
committed
Fix compiler warning in Ingester.indexText
1 parent c9497a2 commit 60db7a5

File tree

1 file changed

+1
-1
lines changed
  • KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch

1 file changed

+1
-1
lines changed

KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Ingester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ < T extends SleuthkitVisitableItem> boolean indexText(TextExtractor< T> extracto
192192
//"parent" docs don't have chunk_size
193193
fields.remove(Server.Schema.CHUNK_SIZE.toString());
194194
indexChunk(null, sourceName, fields);
195-
return true;
196195
}
197196
}
197+
return true;
198198
}
199199

200200
/**

0 commit comments

Comments
 (0)