Project

General

Profile

« Previous | Next » 

Revision 0ce3d8a7

Added by Katja Luther almost 7 years ago

fix jenkins

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java
49 49
    protected void init(CdmFormFactory formFactory, String labelString, URI initialObject, Integer textHeight, int style) {
50 50

  
51 51
        //label
52
        initLabel(formFactory, labelString, false, getLayoutComposite(), false);
52
        initLabel(formFactory, labelString, false, getLayoutComposite());
53 53

  
54 54
        //composite(uri + button)
55 55
        Composite textAndButton = formFactory.createComposite(getLayoutComposite(), style);

Also available in: Unified diff