comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java @ 949:ea56940bfc4c

Removed a duplicated property in ManagedFacets. flys-artifacts/trunk@2365 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 20 Jul 2011 07:08:10 +0000
parents 59ae2a823e73
children b1b0a0b61845
comparison
equal deleted inserted replaced
948:0881cd4be773 949:ea56940bfc4c
13 13
14 public class ManagedFacet extends DefaultFacet { 14 public class ManagedFacet extends DefaultFacet {
15 15
16 /** The uuid of the owner artifact.*/ 16 /** The uuid of the owner artifact.*/
17 protected String uuid; 17 protected String uuid;
18
19 /** The index.*/
20 protected int index;
21 18
22 /** A property that determines the position of this facet.*/ 19 /** A property that determines the position of this facet.*/
23 protected int position; 20 protected int position;
24 21
25 /** A property that determines if this facet is active or not.*/ 22 /** A property that determines if this facet is active or not.*/

http://dive4elements.wald.intevation.org