diff flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java @ 1160:efe1b8545f5c

Cosmetics flys-artifacts/trunk@2696 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 12 Sep 2011 09:00:08 +0000
parents cded0924193d
children bdb05dc9b763
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java	Mon Sep 12 06:23:48 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java	Mon Sep 12 09:00:08 2011 +0000
@@ -35,32 +35,32 @@
     private static Logger logger = Logger.getLogger(AbstractExporter.class);
 
 
-    /** The name of the CSV facet which triggers the CSV creation.*/
+    /** The name of the CSV facet which triggers the CSV creation. */
     public static final String FACET_CSV = "csv";
 
-    /** The default charset for the CSV export.*/
+    /** The default charset for the CSV export. */
     public static final String DEFAULT_CSV_CHARSET = "UTF-8";
 
-    /** The default separator for the CSV export.*/
+    /** The default separator for the CSV export. */
     public static final char DEFAULT_CSV_SEPARATOR = ',';
 
-    /** XPath that points to the desired export facet.*/
+    /** XPath that points to the desired export facet. */
     public static final String XPATH_FACET = "/art:action/@art:type";
 
 
-    /** The document of the incoming out() request.*/
+    /** The document of the incoming out() request. */
     protected Document request;
 
-    /** The output stream where the data should be written to.*/
+    /** The output stream where the data should be written to. */
     protected OutputStream out;
 
-    /** The CallContext object.*/
+    /** The CallContext object. */
     protected CallContext context;
 
-    /** The selected facet.*/
+    /** The selected facet. */
     protected String facet;
 
-    /** The master artifact.*/
+    /** The master artifact. */
     protected Artifact master;
 
 

http://dive4elements.wald.intevation.org