Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
christophlingg committed Oct 19, 2014
1 parent 6701e50 commit 222e1a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public boolean isCountry() {

public boolean isState() {
if("place".equals(osmKey) && STATE.equals(osmValue)) {
// TODO: check correctness of state
return true;
}

Expand Down

0 comments on commit 222e1a0

Please sign in to comment.