mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
6267: public -> private
This commit is contained in:
parent
11d9613bb3
commit
86a565d7ed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user