Ignore:
Timestamp:
2013-06-26T22:50:08+02:00 (12 years ago)
Author:
donvip
Message:

[josm_poly] Update to JOSM 6031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/poly/src/poly/DownloadPolyTask.java ΒΆ

    r28570 r29711  
    3030
    3131    @Override
    32     public boolean acceptsUrl( String url ) {
    33         return url != null && url.matches("http://.*/.*\\.poly");
     32    public String[] getPatterns() {
     33        return new String[]{"http://.*/.*\\.poly"};
    3434    }
    35    
     35
     36    @Override
     37    public String getTitle() {
     38        return tr("Download Osmosis poly");
     39    }
     40
    3641    public class ServerPolyReader extends OsmServerReader {
    3742        private String url;
Note: See TracChangeset for help on using the changeset viewer.