mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Feedback from code review
This commit is contained in:
parent
e1a2fe77f5
commit
eb4dfee3f8
@ -64,7 +64,7 @@ public class HashDbManager implements PropertyChangeListener {
|
||||
private Set<String> hashSetPaths = new HashSet<>();
|
||||
PropertyChangeSupport changeSupport = new PropertyChangeSupport(HashDbManager.class);
|
||||
private static final Logger logger = Logger.getLogger(HashDbManager.class.getName());
|
||||
private boolean allDatabasesLoadedCorrectly = true;
|
||||
private boolean allDatabasesLoadedCorrectly = false;
|
||||
|
||||
/**
|
||||
* Property change event support In events: For both of these enums, the old
|
||||
@ -96,7 +96,7 @@ public class HashDbManager implements PropertyChangeListener {
|
||||
changeSupport.removePropertyChangeListener(listener);
|
||||
}
|
||||
|
||||
public synchronized boolean verifyAllDatabasesLoadedCorrectly(){
|
||||
synchronized boolean verifyAllDatabasesLoadedCorrectly(){
|
||||
return allDatabasesLoadedCorrectly;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user