diff gnv/src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java @ 699:af22fa5567a6

Removed trailing whitespace. gnv/trunk@935 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 17 Apr 2010 09:31:48 +0000
parents 254f062e334b
children 89ade245ca7a
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java	Wed Apr 14 17:57:26 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java	Sat Apr 17 09:31:48 2010 +0000
@@ -65,7 +65,7 @@
 /**
  * The default implementation of <code>ArtifactDatabaseClient</code> which
  * implements methods to communicate via HTTP protocol with the artifact server.
- * 
+ *
  * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
  * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
  */
@@ -152,7 +152,7 @@
 
     /**
      * Returns a collection of artifact factories retrieved by <i>server</i>.
-     * 
+     *
      * @param document
      * @param server
      * @param geometry
@@ -330,7 +330,7 @@
     /**
      * Returns a new artifact defined by uuid and hash values of the document
      * returned by the artifact server after creating a new artifact.
-     * 
+     *
      * @param document Contains information about the server-side created
      * artifact.
      * @return a new artifact object.
@@ -409,7 +409,7 @@
     /**
      * Retrieve the current artifact description after calling the describe
      * operation of the artifact server.
-     * 
+     *
      * @param artifactFactory
      * @param currentArtifact
      * @param includeUI Set this option to true, if the user interface
@@ -581,7 +581,7 @@
 
     /**
      * Feed, advance and describe in one single method.
-     * 
+     *
      * @param artifactFactory The factory which created the current artifact.
      * @param currentArtifact The current artifact.
      * @param target The target state for advance.
@@ -776,7 +776,7 @@
 
     /**
      * Call the out method of the artifact server with a specific export mode.
-     * 
+     *
      * @param artifactFactory
      * @param currentArtifact
      * @param out
@@ -852,7 +852,7 @@
 
     /**
      * Creates the xml request body used for an out-call of the artifact server.
-     * 
+     *
      * @param currentArtifact
      * @param target
      * @param exportMode
@@ -950,7 +950,7 @@
     /**
      * Call the specific wms export mode of the out operation of the artifact
      * server.
-     * 
+     *
      * @param factory
      * @param artifact
      * @param inputParameter
@@ -982,7 +982,7 @@
         }
     }
 
-    
+
     public Collection<ArtifactStatisticsSet> calculateStatistics(
         ArtifactObject artifactFactory,
         ArtifactObject currentArtifact)

http://dive4elements.wald.intevation.org