diff artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java @ 367:6431b7efe240

Cosmetics. artifacts/trunk@3680 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 16 Jan 2012 08:58:36 +0000
parents 81ae7948bff0
children 6072f84608c2
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java	Wed Jan 11 10:58:34 2012 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java	Mon Jan 16 08:58:36 2012 +0000
@@ -47,15 +47,15 @@
      * the configuration. */
     public static final String XPATH_DESCRIPTION = "@description";
 
-    /** The XPath to the output nodes of the state configuration.*/
+    /** The XPath to the output nodes of the state configuration. */
     public static final String XPATH_OUTPUT_MODES = "outputmodes/outputmode";
 
     /** The XPath to the list of facets relative to the output mode it belongs
-     * to.*/
+     * to. */
     public static final String XPATH_FACETS = "facets/facet";
 
 
-    /** The logger that is used in this class.*/
+    /** The logger that is used in this class. */
     private static Logger logger = Logger.getLogger(AbstractState.class);
 
 
@@ -68,7 +68,7 @@
     /** The data provided by this state. */
     protected Map<String, StateData> data;
 
-    /** A list of output modes which are available for this state.*/
+    /** A list of output modes which are available for this state. */
     protected List<Output> outputs;
 
 
@@ -88,7 +88,6 @@
 
         this.id          = id;
         this.description = description;
-
     }
 
 

http://dive4elements.wald.intevation.org