add check for potential session exception
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / dataimport / GbifImportEditorInput.java
index 3aaf22c5269c7e72b2681852295ae285da873d1f..330b51c3f649eefea8eba70f68ddbb6a73864df7 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
 * Copyright (C) 2014 EDIT
 * European Distributed Institute of Taxonomy
@@ -7,7 +6,7 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-package eu.etaxonomy.taxeditor.editor.view.dataimport;
+package eu.etaxonomy.taxeditor.view.dataimport;
 
 import java.io.IOException;
 import java.net.URISyntaxException;
@@ -47,16 +46,6 @@ public class GbifImportEditorInput extends DataImportEditorInput<GbifResponse> {
     }
 
 
-    @Override
-    public String getName() {
-        return "[GBIF] " + query.toString();
-    }
-
-    @Override
-    public String getToolTipText() {
-        return "[GBIF] " + query.toString();
-    }
-
     @Override
     public int hashCode() {
         final int prime = 31;