fixes a class cast exception
authorn.hoffmann <n.hoffmann@localhost>
Mon, 6 Dec 2010 10:56:32 +0000 (10:56 +0000)
committern.hoffmann <n.hoffmann@localhost>
Mon, 6 Dec 2010 10:56:32 +0000 (10:56 +0000)
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/detail/DetailsViewer.java

index 92163058328adff1b8eced198e7268edc17fa450..5e85f1ad37ec791e0b3127f41750044dabfd4c38 100644 (file)
@@ -281,7 +281,7 @@ public class DetailsViewer extends AbstractCdmDataViewer {
                        
                formFactory.createHorizontalSeparator(parent, SWT.BORDER);
                
-               ReferenceDetailSection referenceDetailSection = (ReferenceDetailSection) 
+               NomenclaturalReferenceDetailSection referenceDetailSection = (NomenclaturalReferenceDetailSection) 
                        formFactory.createCdmDetailSection(DetailType.NOMENCLATURALREFERENCE, getConversationHolder(), parent, this, Section.TWISTIE);
                
                formFactory.createHorizontalSeparator(parent, SWT.BORDER);