comment the changes out, to fix jenkins
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / dataimport / DataImportEditorContextMenu.java
index 08e6d80a8840b2d50c3ff1bbda8cda6ed5903a6b..66623732ac7efcc911495a33b8bafe0f606c9378 100755 (executable)
@@ -94,7 +94,7 @@ public class DataImportEditorContextMenu extends CompoundContributionItem {
                                             Set<String[]> unitIds = new HashSet<String[]>();
                                             String[] tripleId = {response.getUnitId()};
                                             unitIds.add(tripleId);
-                                            final BioCaseEditorInput input = new BioCaseEditorInput(new OccurenceQuery(unitIds), response.getEndpoint());
+                                           /* final BioCaseEditorInput input = new BioCaseEditorInput(new OccurenceQuery(unitIds), response.getEndpoint());
                                            // EditorUtil.open(input);
                                             Job queryJob = new Job("Querying for original record...") {
 
@@ -104,7 +104,7 @@ public class DataImportEditorContextMenu extends CompoundContributionItem {
                                                     return Status.OK_STATUS;
                                                 }
                                             };
-                                            queryJob.schedule();
+                                            queryJob.schedule();*/
                                         } catch (ClientProtocolException e) {
                                             logger.error("Query for single record failed.", e);
                                         } catch (IOException e) {