comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java @ 4049:8e66293c5369

Removed dead code
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:57:10 +0200
parents 5642a83420f2
children 670e98f5a441
comparison
equal deleted inserted replaced
4048:6ed8ebd48d6e 4049:8e66293c5369
1 package de.intevation.flys.artifacts.model; 1 package de.intevation.flys.artifacts.model;
2
3 import org.apache.log4j.Logger;
4 2
5 import org.w3c.dom.Document; 3 import org.w3c.dom.Document;
6 import org.w3c.dom.Element; 4 import org.w3c.dom.Element;
7 import org.w3c.dom.Node; 5 import org.w3c.dom.Node;
8 6
26 /** A property that determines the position of this facet. */ 24 /** A property that determines the position of this facet. */
27 protected int position; 25 protected int position;
28 26
29 /** A property that determines if this facet is active or not. */ 27 /** A property that determines if this facet is active or not. */
30 protected int active; 28 protected int active;
31
32 /** The logger that is used in this class. */
33 private static Logger logger = Logger.getLogger(ManagedFacet.class);
34 29
35 /** A property that determines if this facet is visible or not. */ 30 /** A property that determines if this facet is visible or not. */
36 protected int visible; 31 protected int visible;
37 32
38 33

http://dive4elements.wald.intevation.org