Fix exception when using DerivativeEditor when no "real" RCP editor is
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / supplemental / CreditElement.java
index 28ad8a039b0e2eedd6dc5cec3c3dfc5784b95491..852a2fefed19d7686cbf0a55e9e52867c639a554 100644 (file)
@@ -66,7 +66,7 @@ public class CreditElement extends AbstractEntityCollectionElement<Credit> {
                                .createSelectionElement(AgentBase.class,
                                                getConversationHolder(), this, "Agent", null,
                                                EntitySelectionElement.ALL, style);
-               text = formFactory.createMultilineTextWithLabel(this, "Text", 100,
+               text = formFactory.createMultiLineTextWithLabel(this, "Text", 100,
                                style);
        }