Ignore:
Timestamp:
2013-04-16T19:57:43+02:00 (13 years ago)
Author:
Don-vip
Message:

see #8570, #7406 - I/O refactorization:

  • Move different file copy functions to Utils.copyFile (to be replaced later by Files.copy when switching to Java 7)
  • Replace all Utils.close(XXX) by Utils.close(Closeable) -> impacted plugins: commandline, mirrored_download, opendata, piclayer
  • Add new Utils.close(ZipFile)
  • Use of Utils.close almost everywhere
  • Javadoc fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GpxWriter.java

    r5684 r5874  
    3838    }
    3939
    40     public GpxWriter() {
    41         super(null);
    42         //sorry for this one here, this will be cleaned up once the new scheme works
    43     }
    44 
    4540    private GpxData data;
    4641    private String indent = "";
    47     public String creator = "JOSM GPX export";
    4842
    4943    private final static int WAY_POINT = 0;
Note: See TracChangeset for help on using the changeset viewer.