Project

General

Profile

« Previous | Next » 

Revision 7a227ac8

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/vaadin/component/ToOneRelatedEntityListSelect.java
26 26
/**
27 27
 * @author a.kohlbecker
28 28
 * @since May 24, 2017
29
 *
30 29
 */
31 30
public class ToOneRelatedEntityListSelect<V extends Object> extends CompositeCustomField<V> implements ToOneRelatedEntityField<V> {
32 31

  
33
    private static final long serialVersionUID = 6277565876657520311L;
32
    private static final long serialVersionUID = -4810659766613627044L;
34 33

  
35 34
    public static final String PRIMARY_STYLE = "v-related-entity-list-select";
36 35

  

Also available in: Unified diff