changeset 620:7d9f5161b7ad

Removed '\r' from laf exporter.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 17 Apr 2015 14:14:11 +0200
parents 427db9da89b9
children d9add6cd8f06
files src/main/java/de/intevation/lada/exporter/laf/LafCreator.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/exporter/laf/LafCreator.java	Fri Apr 17 14:05:01 2015 +0200
+++ b/src/main/java/de/intevation/lada/exporter/laf/LafCreator.java	Fri Apr 17 14:14:11 2015 +0200
@@ -331,6 +331,6 @@
         for (int i = key.length(); i < 30; i++) {
             key += " ";
         }
-        return key + value + "\r\n";
+        return key + value + "\n";
     }
 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)