Project

General

Profile

« Previous | Next » 

Revision 780bbb51

Added by Katja Luther almost 8 years ago

comment the changes out, to fix jenkins

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/dataimport/DataImportEditorContextMenu.java
94 94
                                            Set<String[]> unitIds = new HashSet<String[]>();
95 95
                                            String[] tripleId = {response.getUnitId()};
96 96
                                            unitIds.add(tripleId);
97
                                            final BioCaseEditorInput input = new BioCaseEditorInput(new OccurenceQuery(unitIds), response.getEndpoint());
97
                                           /* final BioCaseEditorInput input = new BioCaseEditorInput(new OccurenceQuery(unitIds), response.getEndpoint());
98 98
                                           // EditorUtil.open(input);
99 99
                                            Job queryJob = new Job("Querying for original record...") {
100 100

  
......
104 104
                                                    return Status.OK_STATUS;
105 105
                                                }
106 106
                                            };
107
                                            queryJob.schedule();
107
                                            queryJob.schedule();*/
108 108
                                        } catch (ClientProtocolException e) {
109 109
                                            logger.error("Query for single record failed.", e);
110 110
                                        } catch (IOException e) {

Also available in: Unified diff