comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/StaticState.java @ 3996:c4400ccf158b

Add a default constructor for StaticState
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 01 Oct 2012 10:06:40 +0200
parents 6cdd994ee8a4
children 470a61d644cd
comparison
equal deleted inserted replaced
3995:22981503ff81 3996:c4400ccf158b
23 implements FacetTypes 23 implements FacetTypes
24 { 24 {
25 /** The logger that is used in this state. */ 25 /** The logger that is used in this state. */
26 private static final Logger logger = Logger.getLogger(StaticState.class); 26 private static final Logger logger = Logger.getLogger(StaticState.class);
27 27
28
29 public StaticState() {
30 super();
31 }
28 32
29 /** 33 /**
30 * Trivial constructor, sets id and description. 34 * Trivial constructor, sets id and description.
31 * @param id String used for both id and description. 35 * @param id String used for both id and description.
32 */ 36 */

http://dive4elements.wald.intevation.org