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/section/taxon/TaxonRelationshipDetailElement.java
91 91
		text_sensu_microreference = formFactory.createTextWithLabelElement(
92 92
				formElement, "Detail",
93 93
				getEntity().getCitationMicroReference(),null,
94
				SWT.WRAP, true);
94
				SWT.WRAP);
95 95

  
96 96
		checkbox_doubtful = formFactory.createCheckbox(formElement,
97 97
					entity.getClass().getSimpleName() + " Misappl. doubtful", entity.isDoubtful(), style);
......
109 109
		text_secundum_microreference = formFactory.createTextWithLabelElement(
110 110
	            formElement, "Detail",
111 111
	            taxon.getSecMicroReference(),null,
112
	            SWT.WRAP, true);
112
	            SWT.WRAP);
113 113

  
114 114
		
115 115
	}

Also available in: Unified diff