view flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/minfo/SedimentLoadYearSelect.java @ 4989:f4d61ac84b76 dami

If we bother to check if the file is readable we might also bother to check if it's a file at all. Thanks to teichmann for noticing
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 14 Feb 2013 10:54:02 +0100
parents a30647abf009
children 8508ee487893
line wrap: on
line source
package de.intevation.flys.artifacts.states.minfo;

import org.apache.log4j.Logger;

import de.intevation.flys.artifacts.states.DefaultState;


public class SedimentLoadYearSelect
extends DefaultState
{
    /** The logger used in this class. */
    private static Logger logger = Logger.getLogger(SedimentLoadYearSelect.class);


    /**
     * The default constructor that initializes an empty State object.
     */
    public SedimentLoadYearSelect() {
    }

    @Override
    protected String getUIProvider() {
        return "minfo.sedimentload_year_select";
    }

}

http://dive4elements.wald.intevation.org