Fixes a problem that could have solved #2071; Resolves the problems described in...
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / model / AbstractCdmViewPart.java
index 484e1b537be932be48b285e8b201be85d1c99e44..360a2f61e1eaa5cc53c0e961ffcb0636179b89f5 100644 (file)
@@ -82,10 +82,7 @@ public abstract class AbstractCdmViewPart extends ViewPart implements ISelection
        }
        
        private void createViewerComposite(Composite parent) {
-               
                viewerComposite = new SashForm(parent, SWT.HORIZONTAL);
-               
-               
        }
     
        /**
@@ -102,8 +99,6 @@ public abstract class AbstractCdmViewPart extends ViewPart implements ISelection
      * @param selection a {@link org.eclipse.jface.viewers.ISelection} object.
      */
     public void showViewer(IWorkbenchPart part, ISelection selection){
-
-       
        this.part = part;               
                                
                IStructuredSelection structuredSelection = (IStructuredSelection) selection;