6267: public -> private

This commit is contained in:
Ethan Roseman 2020-04-24 11:59:23 -04:00
parent 11d9613bb3
commit 86a565d7ed

View File

@ -496,7 +496,7 @@ class GeoFilterPanel extends javax.swing.JPanel {
*
* @throws TskCoreException
*/
public long getGPSDataCount(SleuthkitCase sleuthkitCase,
private long getGPSDataCount(SleuthkitCase sleuthkitCase,
DataSource dataSource, BlackboardArtifact.ARTIFACT_TYPE artifactType) throws TskCoreException {
long count = 0;
String queryStr