Project

General

Profile

« Previous | Next » 

Revision 6fa4d604

Added by Andreas Kohlbecker over 5 years ago

fix #7888 using EventBase.timespan for collection date

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/common/TimePeriodField.java
27 27
        return TimePeriod.class;
28 28
    }
29 29

  
30
    /**
31
     *
32
     */
33
    public TimePeriodField() {
34
        super();
35
    }
36

  
37
    /**
38
     * @param string
39
     */
40
    public TimePeriodField(String string) {
41
        super(string);
42
    }
43

  
30 44
    /**
31 45
     * {@inheritDoc}
32 46
     */

Also available in: Unified diff