Skip to content

Commit

Permalink
'#1487 Reset internal variable that controls when to data is ready to be
Browse files Browse the repository at this point in the history
used on instance creation.
  • Loading branch information
patrickdalla committed Sep 20, 2023
1 parent b2d92b5 commit 8cc2f77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class NominatimTreeModel implements TreeModel {
private static boolean modelLoaded = false;

public NominatimTreeModel(IMultiSearchResultProvider app) {
modelLoaded = false;
this.app = app;
}

Expand Down

0 comments on commit 8cc2f77

Please sign in to comment.