Skip to content

Commit

Permalink
Update DataLoadManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Oct 24, 2024
1 parent 9ec5a40 commit bfe2039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/DataLoadManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public void loadDbAndConfig() {
SwingWorker<Map, Map> worker = new SwingWorker<Map, Map>() {
@Override
protected Map doInBackground() throws Exception {
loadDbfileToHunter(null);
//loadDbfileToHunter(null);
loadConfigToHunter(null);
return null;
}
Expand Down

0 comments on commit bfe2039

Please sign in to comment.