diff gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Artifact.java @ 9070:611a523fc42f

VegetationZoneAccessHelper, VegetationTablePanels verbessert
author gernotbelger
date Tue, 15 May 2018 18:04:36 +0200
parents ea9eef426962
children
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Artifact.java	Tue May 15 12:00:26 2018 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Artifact.java	Tue May 15 18:04:36 2018 +0200
@@ -11,7 +11,6 @@
 import java.io.Serializable;
 import java.util.List;
 
-
 /**
  * This class represents an artifact for the client. It contains the necessary
  * information for the client and the communication with the artifact server.
@@ -27,7 +26,6 @@
      */
     public String getUuid();
 
-
     /**
      * Returns the hash of the artifact.
      *
@@ -35,7 +33,6 @@
      */
     public String getHash();
 
-
     /**
      * Returns the name of the artifact.
      * This happens to be the factory name, too.
@@ -51,7 +48,6 @@
      */
     public ArtifactDescription getArtifactDescription();
 
-
     /**
      * Returns true, if the Artifact is in Background mode.
      *
@@ -59,7 +55,6 @@
      */
     public boolean isInBackground();
 
-
     /**
      * Return a list of background messages.
      *
@@ -67,11 +62,11 @@
      */
     public List<CalculationMessage> getBackgroundMessages();
 
-
     /**
      * Sets a new ArtifactDescription.
      *
-     * @param artifactDescription The new artifact description.
+     * @param artifactDescription
+     *            The new artifact description.
      */
     public void setArtifactDescription(ArtifactDescription artifactDescription);
 }

http://dive4elements.wald.intevation.org