diff gnv/src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.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/ArtifactDatabaseClient.java	Wed Apr 14 17:57:26 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java	Sat Apr 17 09:31:48 2010 +0000
@@ -22,7 +22,7 @@
 /**
  * This interface describes basic methods for the communication between artifact
  * server and this client.
- * 
+ *
  * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
  * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
  */
@@ -46,7 +46,7 @@
     /**
      * Call the create operation of the artifact server and returns a new
      * artifact with the information returned by the artifact server.
-     * 
+     *
      * @param artifactFactory
      * @return the new Artifact
      * @throws ArtifactDatabaseClientException if a general error occured in the
@@ -61,7 +61,7 @@
      *
      * @param artifactFactory
      * @param currentArtifact
-     * @param includeUI 
+     * @param includeUI
      * @return the Current Artifact
      * @throws ArtifactDatabaseClientException if a general error occured in the
      * artifact server.
@@ -119,7 +119,7 @@
      * @param targetName
      * @param exportMode
      * @param mimeType
-     * @param inputParameter 
+     * @param inputParameter
      * @throws ArtifactDatabaseClientException
      */
     public void doOutput(
@@ -135,7 +135,7 @@
 
     /**
      * Write the current artifact to an xml file.
-     * 
+     *
      * @param artifactFactory
      * @param currentArtifact
      * @param out
@@ -150,7 +150,7 @@
 
     /**
      * Import an artifact from xml file.
-     * 
+     *
      * @param factory
      * @param document
      * @return a status message. If the import was successful, it contains
@@ -166,13 +166,13 @@
 
     /**
      * Publish shapefiles of an artifact as WMS layer.
-     * 
+     *
      * @param factory
      * @param artifact
-     * @param inputParameter 
+     * @param inputParameter
      * @return URL to wms service as string
      * @throws ArtifactDatabaseClientException
-     * @throws ArtifactDatabaseInputException 
+     * @throws ArtifactDatabaseInputException
      */
     public Document publishWMS(
         ArtifactObject             factory,
@@ -183,7 +183,7 @@
 
     /**
      * Start statistics calculation.
-     * 
+     *
      * @param artifactFactory
      * @param currentArtifact
      * @return the calculated statistic.

http://dive4elements.wald.intevation.org