Skip to content

Commit

Permalink
Trying to fix failing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Nov 13, 2024
1 parent 7a68a3a commit 8faa495
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@
*/
@SuppressWarnings("BooleanMethodIsAlwaysInverted")
public class CountryData {

private CountryData() {
// static utility class
}

private static final String _SEER_CENSUS_DATA_FILE = "tract/tract-data.txt.gz";

//
private static final Map<String, Integer> _TRACT_FIELDS = new LinkedHashMap<>();

static {
Expand Down

0 comments on commit 8faa495

Please sign in to comment.