Changeset 30357 in osm for applications/editors/josm
- Timestamp:
- 2014-03-24T22:25:18+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/poly/src/poly/DownloadPolyTask.java
r29711 r30357 31 31 @Override 32 32 public String[] getPatterns() { 33 return new String[]{"http ://.*/.*\\.poly"};33 return new String[]{"https?://.*/.*\\.poly"}; 34 34 } 35 35
Note:
See TracChangeset
for help on using the changeset viewer.