Changeset 12067 in josm for trunk


Ignore:
Timestamp:
2017-05-05T22:08:44+02:00 (7 years ago)
Author:
stoecker
Message:

writer no longer has a newLine() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r12066 r12067  
    138138    void myprintlnfinal(String s) {
    139139        if(outputStream != null) {
    140             outputStream.write(s)
    141             outputStream.newLine()
     140            outputStream.write(s+System.getProperty("line.separator"))
    142141        } else {
    143142            println s
Note: See TracChangeset for help on using the changeset viewer.