ingo@1115: /*
ingo@1115: * Copyright (c) 2010 by Intevation GmbH
ingo@1115: *
ingo@1115: * This program is free software under the LGPL (>=v2.1)
ingo@1115: * Read the file LGPL.txt coming with the software for details
ingo@1115: * or visit http://www.gnu.org/licenses/ if it does not exist.
ingo@1115: */
ingo@1115:
tim@335: package de.intevation.gnv.state;
tim@335:
tim@335: /**
ingo@796: * This is the default implementation of StateBase
.
sascha@803: *
sascha@780: * @author Tim Englich
sascha@778: *
tim@335: */
tim@335: public class DefaultState extends StateBase {
tim@335:
tim@335: /**
tim@335: * The UID of this Class
tim@335: */
tim@335: private static final long serialVersionUID = 8934030362091576766L;
tim@335:
tim@335: /**
tim@335: * Constructor
tim@335: */
tim@335: public DefaultState() {
tim@335: }
tim@335:
tim@335: }
sascha@836: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :