diff gnv-artifacts/src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java @ 835:2423cefe7d39

Removed trailing whitespace. gnv-artifacts/trunk@936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 17 Apr 2010 09:35:24 +0000
parents 28028979c813
children 05bf8534a35a
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java	Fri Apr 16 11:45:36 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java	Sat Apr 17 09:35:24 2010 +0000
@@ -55,7 +55,7 @@
      * The Basename of the Templates for the WMS-Exports
      */
     public static final String LAYER_MODEL    = "layer";
-    
+
     /**
      * The Name of the Shapefile which will be generated.
      */
@@ -73,13 +73,13 @@
     private String geometryQueryID = null;
 
     /**
-     * The ID of the Query for fetching the Columnnames of the Table which 
+     * The ID of the Query for fetching the Columnnames of the Table which
      * should put into the Shapefile.
      */
     private String columnQueryID = null;
 
     /**
-     * The ID of the Query for fetching the Information which kind of Geometry 
+     * The ID of the Query for fetching the Information which kind of Geometry
      * should be put into the Shapefile.
      */
     private String geometryTypeQueryID = null;
@@ -161,7 +161,7 @@
 
     /**
      * Fetches the Data from the Databasebackend.
-     * 
+     *
      * @return the resultdata.
      */
     protected Collection<Result> fetchData(){
@@ -484,7 +484,7 @@
         }
     }
 
-    
+
     private static File shapefileDirectory(CallContext callContext) {
         // TODO: Refactoring nessessary it should be used only one Shapefilepath
         //       for alle Modes. Code was taken from HorizontalCrossSectionMeshOutputState
@@ -633,7 +633,7 @@
      */
     private String findParameterTitle(String geometryType) {
         String paramType = LAYER_MODEL+"_"+templateID;
-   
+
         if (!MapfileGenerator.getInstance().templateExists(paramType)){
             // If the template doesn't exist the Defaulttemplates will be used.
             paramType = LAYER_MODEL+"_"+
@@ -662,7 +662,7 @@
     /**
      * Turns the geometry type into a form used for the templating mechanism
      * while mapfile generation.
-     * 
+     *
      * @param geometryType The original geometry type.
      * @return a valid geometry type fpr the template mechanism.
      */

http://dive4elements.wald.intevation.org