- adapted to interface changes in cdmlib
authorPatric Plitzner <p.plitzner@bgbm.org>
Wed, 28 May 2014 09:40:24 +0000 (09:40 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Wed, 28 May 2014 09:40:24 +0000 (09:40 +0000)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/QueryOriginalRecordCommand.java

index 8feeb7d6e617ba899ab87ee9fb60a87400a500e2..5ac58e63e5a4027f40f1405500789304f3ed43dc 100644 (file)
@@ -24,7 +24,7 @@ public class QueryOriginalRecordCommand extends AbstractHandler {
             if(structuredSelection.size()==1){
                 Object next = structuredSelection.iterator().next();
                 if(next instanceof GbifResponse){
-                    String endPoint = ((GbifResponse) next).getEndPointQuery();
+                    String endPoint = ((GbifResponse) next).getEndPoint();
                 }
             }
         }