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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user