Ignore:
Timestamp:
2014-09-21T23:00:38+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #7976 - Get downloaded gpx areas, on the same model as osm data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadGpsTask.java

    r6990 r7575  
    106106        }
    107107
    108         @Override public void realRun() throws IOException, SAXException, OsmTransferException {
     108        @Override
     109        public void realRun() throws IOException, SAXException, OsmTransferException {
    109110            try {
    110111                if (isCanceled())
     
    123124        }
    124125
    125         @Override protected void finish() {
     126        @Override
     127        protected void finish() {
    126128            if (isCanceled() || isFailed())
    127129                return;
Note: See TracChangeset for help on using the changeset viewer.