1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-03 06:25:58 +00:00

4361 replace cryptic comment with more descriptive one regarding large query

This commit is contained in:
William Schaefer
2018-11-15 18:08:28 -05:00
parent 276d15e01c
commit bace99fd71

View File

@@ -1165,7 +1165,7 @@ abstract class AbstractSqlEamDb implements EamDb {
PreparedStatement preparedStatement = null;
ResultSet resultSet = null;
// Figure out sql variables or subqueries
//Create query to get count of all instances in the database for the specified case specific data source
String sql = "SELECT 0 ";
for (CorrelationAttributeInstance.Type type : artifactTypes) {