Skip to content

Commit

Permalink
test removing duplicate entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bolyachevets authored May 12, 2022
1 parent 68aa0c7 commit b8251d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ String siteAddressesToKML(SiteAddress[] addrs, GeocoderConfig config,
+ escape(config.getDisclaimer()) + "</value></Data>\r\n"
+ "<Data name=\"privacyStatement\"><value>"
+ escape(config.getPrivacyStatement()) + "</value></Data>\r\n"
+ escape("http://www2.gov.bc.ca/gov/admin/privacy.page") + "</value></Data>\r\n"
+ "<Data name=\"copyrightNotice\"><value>"
+ escape(config.getCopyrightNotice())
+ "</value></Data>\r\n"
Expand Down

0 comments on commit b8251d1

Please sign in to comment.