view gnv-artifacts/src/main/java/de/intevation/gnv/state/DefaultAutoResumeState.java @ 735:d47901df0a14

Integrated the handling of AutoResumeStates into the initialization Process of an Artifact. gnv-artifacts/trunk@773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 15 Mar 2010 12:50:08 +0000
parents 8f7fe0cc6e5a
children b8c7105f2b94
line wrap: on
line source
/**
 *
 */
package de.intevation.gnv.state;


/**
 * @author Tim Englich <tim.englich@intevation.de>
 *
 */
public class DefaultAutoResumeState extends StateBase implements AutoResumeState  {

    /**
     * The UID of this Class.
     */
    private static final long serialVersionUID = -4470531390092041577L;

    /**
     * Constructor
     */
    public DefaultAutoResumeState() {
        super();
    }
}

http://dive4elements.wald.intevation.org