merged model adaptions to cdmlib 3.2.4 from campanula branch
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / DateDetailSection.java
index b44f464e6802ff2f988186c823aa835f8f2030a5..992c3127d2bce41a5e5ac1333000dd3c5fad827c 100644 (file)
@@ -146,7 +146,7 @@ public class DateDetailSection extends AbstractFormSection<TimePeriod> {
                        getEntity().setEnd(end);
                } else if (eventSource == text_parseText) {
                        cursorPosition = ((Text) text_parseText.getMainControl())
-                                       .getCaretPosition();                    
+                                       .getCaretPosition();
                        setEntityInternally(TimePeriodParser.parseString(text_parseText.getText()));                    
                } else if (eventSource == text_freeText) {
                        getEntity().setFreeText(text_freeText.getText());