Project

General

Profile

« Previous | Next » 

Revision 7cc5a1d7

Added by Andreas Müller over 3 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/ConceptRelationshipView.java
43 43
/**
44 44
 * @author cmathew
45 45
 * @since 9 Apr 2015
46
 *
47 46
 */
48 47
public class ConceptRelationshipView extends CustomComponent implements View, IBasicEventListener {
49 48

  
49
   private static final long serialVersionUID = -2401649382244738589L;
50

  
50 51
    /*- VaadinEditorProperties={"grid":"RegularGrid,20","showGrid":true,"snapToGrid":true,"snapToObject":true,"movingGuides":false,"snappingDistance":10} */
51 52

  
52 53
    @AutoGenerated
......
60 61
    private StatusComposite primaryStatusComposite, secondaryStatusComposite;
61 62

  
62 63
    private Direction direction;
64

  
63 65
    /**
64 66
     * The constructor should first build the main layout, set the
65 67
     * composition root and then do any custom initialization.
......
135 137

  
136 138
    private class ConceptRelationshipDropHandler implements DropHandler {
137 139

  
138
        private StatusComposite sourceSc;
140
        private static final long serialVersionUID = -47088400019778466L;
139 141

  
142
        private StatusComposite sourceSc;
140 143

  
141 144
        public ConceptRelationshipDropHandler(StatusComposite sourceSc) {
142 145
            this.sourceSc = sourceSc;

Also available in: Unified diff