diff gnv-artifacts/src/main/java/de/intevation/gnv/exports/DefaultExport.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents a0e63136954e
children b1f5f2a8840f
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/exports/DefaultExport.java	Fri Mar 26 15:31:20 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/exports/DefaultExport.java	Mon Mar 29 07:58:51 2010 +0000
@@ -52,7 +52,7 @@
      * @throws StateException
      */
     protected void writeData(
-        Profile    profile, 
+        Profile    profile,
         Collection result,
         CSVWriter  writer
     )
@@ -87,13 +87,13 @@
      */
     public void create(
         Profile      profile,
-        OutputStream outputStream, 
+        OutputStream outputStream,
         Collection   result
     )
     throws
         IOException,
         UnsupportedEncodingException,
-        StateException 
+        StateException
     {
         if (result == null) {
             String msg = "No data given for generation of " +
@@ -105,10 +105,10 @@
         CSVWriter writer = new CSVWriter(
             new OutputStreamWriter(
                 outputStream,
-                profile.getEncoding()), 
+                profile.getEncoding()),
             profile.getSeparator(),
             profile.getQuoteCharacter(),
-            profile.getEscapeCharacter()); 
+            profile.getEscapeCharacter());
 
         writeData(profile, result, writer);
 

http://dive4elements.wald.intevation.org