diff artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java @ 338:ec5c7e54cae1

Cosmetics (and fix for XMLUtils.toString(Element)). artifacts/trunk@2913 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 10 Oct 2011 07:37:06 +0000
parents 942a54670a72
children f367be55dd35
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java	Fri Oct 07 15:32:58 2011 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java	Mon Oct 10 07:37:06 2011 +0000
@@ -36,33 +36,23 @@
 public class DefaultArtifactCollection
 implements   ArtifactCollection
 {
-    /** The logger used in this class.*/
+    /** The logger used in this class. */
     private static Logger logger =
         Logger.getLogger(DefaultArtifactCollection.class);
 
-    /**
-     * The identifier of the collection.
-     */
+    /** The identifier of the collection. */
     protected String identifier;
 
-    /**
-     * The identifier of the collection.
-     */
+    /** The identifier of the collection. */
     protected String name;
 
-    /**
-     * The owner of this collection.
-     */
+    /** The owner of this collection. */
     protected User user;
 
-    /**
-     * The attribute of this collection.
-     */
+    /** The attribute of this collection. */
     protected Document attribute;
 
-    /**
-     * The artifacts stored in this collection.
-     */
+    /** The artifacts stored in this collection. */
     protected List<Artifact> artifacts;
 
     /**

http://dive4elements.wald.intevation.org