Skip to content

Commit

Permalink
minor... use 'NAME, CODE' with the comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaldino committed Oct 11, 2018
1 parent 6d38b21 commit 99e7cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solr/build.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Please copy this to "build.properties" which will provide settings for your workspace.
#
xponents.build.v=3.0.2
xponents.build.v=3.0.4
#
# Gazetteer catalog. Specify the path to the merged file.
# Merged.txt is usually the file name in OpenSextant/Gazetteer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void evaluate(final List<PlaceCandidate> names) {
}

logicalGeoMatchFound = true;
updateNameCodePair(name, code, geo, comma);
updateNameCodePair(name, code, geo, true /*comma*/);
}

/*
Expand Down

0 comments on commit 99e7cf0

Please sign in to comment.