comparison gnv-artifacts/src/main/java/de/intevation/gnv/layer/LayerArtifact.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 9ae63d39bdd0
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
13 13
14 /** 14 /**
15 * the logger, used to log exceptions and additionally information 15 * the logger, used to log exceptions and additionally information
16 */ 16 */
17 private static Logger log = Logger.getLogger(LayerArtifact.class); 17 private static Logger log = Logger.getLogger(LayerArtifact.class);
18 18
19 /** 19 /**
20 * The UID of this Class 20 * The UID of this Class
21 */ 21 */
22 private static final long serialVersionUID = 409054207294748753L; 22 private static final long serialVersionUID = 409054207294748753L;
23 23
31 } 31 }
32 32
33 33
34 /** 34 /**
35 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String, 35 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String,
36 * de.intevation.artifacts.ArtifactFactory, java.lang.Object 36 * de.intevation.artifacts.ArtifactFactory, java.lang.Object
37 * org.w3c.dom.Document) 37 * org.w3c.dom.Document)
38 */ 38 */
39 @Override 39 @Override
40 public void setup(String identifier, ArtifactFactory factory, 40 public void setup(String identifier, ArtifactFactory factory,
41 Object context, Document data) { 41 Object context, Document data) {
42 log.debug("LayerArtifact.setup"); 42 log.debug("LayerArtifact.setup");
43 super.setup(identifier, factory, context, data); 43 super.setup(identifier, factory, context, data);
44 } 44 }
45 45

http://dive4elements.wald.intevation.org