- fixed refresh problem for SpecimenImportEditor
authorPatric Plitzner <p.plitzner@bgbm.org>
Tue, 27 May 2014 08:24:41 +0000 (08:24 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Tue, 27 May 2014 08:24:41 +0000 (08:24 +0000)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/DataImportEditor.java

index c92e1df1b96f3158e62f21ab376cc2dcb7fedf02..d2167a7f95de51b56438011ed3c02a0bfca0e3d5 100644 (file)
@@ -144,7 +144,7 @@ IConversationEnabled, IPartContentHasDetails, IPartContentHasSupplementalData, I
         IEditorInput editorInput = getEditorInput();
         setInput(editorInput);
         if(editorInput instanceof DataImportEditorInput){
-            tableViewer.getTable().clearAll();
+            tableViewer.getTable().removeAll();
             Collection<T> results = ((DataImportEditorInput<T>) editorInput).getResults();
             if(results!=null){
                 for(T specimen:results){