Project

General

Profile

« Previous | Next » 

Revision 9aa44b51

Added by Patrick Plitzner almost 10 years ago

  • adapted to interface changes in cdmlib

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/QueryOriginalRecordCommand.java
24 24
            if(structuredSelection.size()==1){
25 25
                Object next = structuredSelection.iterator().next();
26 26
                if(next instanceof GbifResponse){
27
                    String endPoint = ((GbifResponse) next).getEndPointQuery();
27
                    String endPoint = ((GbifResponse) next).getEndPoint();
28 28
                }
29 29
            }
30 30
        }

Also available in: Unified diff