Skip to content

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/komoot/photon/importer/nominatim/model/AddressRow.java

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public boolean isCountry() {
9292

9393
public boolean isState() {
9494
if("place".equals(osmKey) && STATE.equals(osmValue)) {
95-
// TODO: check correctness of state
9695
return true;
9796
}
9897

0 commit comments

Comments
 (0)