comparison gnv-artifacts/src/main/java/de/intevation/gnv/profile/horizontal/HorizontalProfileArtifact.java @ 171:7fb9441dd8af

Format Code to max 80 Chars per Row and Cleanup gnv-artifacts/trunk@208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 09 Oct 2009 07:54:48 +0000
parents ef157bd2fa92
children d87347142702
comparison
equal deleted inserted replaced
170:7be22e76c270 171:7fb9441dd8af
10 import de.intevation.artifacts.CallContext; 10 import de.intevation.artifacts.CallContext;
11 import de.intevation.gnv.artifacts.GNVArtifactBase; 11 import de.intevation.gnv.artifacts.GNVArtifactBase;
12 12
13 /** 13 /**
14 * @author Tim Englich <tim.englich@intevation.de> 14 * @author Tim Englich <tim.englich@intevation.de>
15 * 15 *
16 */ 16 */
17 public class HorizontalProfileArtifact extends GNVArtifactBase { 17 public class HorizontalProfileArtifact extends GNVArtifactBase {
18 18
19 /** 19 /**
20 * the logger, used to log exceptions and additonaly information 20 * the logger, used to log exceptions and additonaly information
21 */ 21 */
22 private static Logger log = Logger.getLogger(HorizontalProfileArtifact.class); 22 private static Logger log = Logger
23 .getLogger(HorizontalProfileArtifact.class);
23 /** 24 /**
24 * 25 *
25 */ 26 */
26 private static final long serialVersionUID = -721831166719594662L; 27 private static final long serialVersionUID = -721831166719594662L;
27 28
28 /** 29 /**
29 * Constructor 30 * Constructor
30 */ 31 */
31 public HorizontalProfileArtifact(){ 32 public HorizontalProfileArtifact() {
32 super(); 33 super();
33 log.debug("HorizontalProfileArtifact.Constructor"); 34 log.debug("HorizontalProfileArtifact.Constructor");
34 this.name = "horizontalProfile"; 35 this.name = "horizontalProfile";
35 } 36 }
36 37
42 log.debug("HorizontalProfileArtifact.describe"); 43 log.debug("HorizontalProfileArtifact.describe");
43 return super.createDescibeOutput(context.getMeta()); 44 return super.createDescibeOutput(context.getMeta());
44 } 45 }
45 46
46 /** 47 /**
47 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String, de.intevation.artifacts.ArtifactFactory, java.lang.Object) 48 * @see de.intevation.gnv.artifacts.GNVArtifactBase#setup(java.lang.String,
49 * de.intevation.artifacts.ArtifactFactory, java.lang.Object)
48 */ 50 */
49 @Override 51 @Override
50 public void setup(String identifier, ArtifactFactory factory, Object context) { 52 public void setup(String identifier, ArtifactFactory factory, Object context) {
51 log.debug("HorizontalProfileArtifact.setup"); 53 log.debug("HorizontalProfileArtifact.setup");
52 super.setup(identifier,factory,context); 54 super.setup(identifier, factory, context);
53 } 55 }
54 } 56 }

http://dive4elements.wald.intevation.org