Skip to content
Snippets Groups Projects
Commit 0c49e439 authored by David Hoksza's avatar David Hoksza
Browse files

Removed warning

parent 348c8222
No related branches found
No related tags found
1 merge request!201Cellwall annotations
......@@ -173,11 +173,11 @@ public class TairAnnotator extends ElementAnnotator implements IExternalService
if (collection.size() > 0) {
return collection.iterator().next();
} else {
logger.warn("Cannot find tair data for id: " + tair.getResource());
logger.warn("Cannot find uniprot data for id: " + tair.getResource() + " in the tair page");
return null;
}
} catch (WrongResponseCodeIOException exception) {
logger.warn("Cannot find tair data for id: " + tair.getResource());
logger.warn("Wrong reponse code when accessing tair data with id: " + tair.getResource());
return null;
} catch (IOException exception) {
throw new AnnotatorException(exception);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment