Skip to content
Snippets Groups Projects
Commit 27f004d2 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

pubmed API version changed

parent b6586980
No related branches found
No related tags found
3 merge requests!1587merge development 16.2.13 into master,!1579Link to Home page of API-docs added in the docs,!1578Build pipeline issue
Pipeline #77065 failed
......@@ -53,7 +53,7 @@ public class PubmedParserImpl extends CachableInterface implements PubmedParser
/**
* Version of the remote API that is supported by this connecting class.
*/
static final String SUPPORTED_VERSION = "6.8";
static final String SUPPORTED_VERSION = "6.9";
static final String API_URL = "https://www.ebi.ac.uk/europepmc/webservices/rest/";
/**
* Length of {@link #PUBMED_PREFIX} string.
......@@ -70,8 +70,8 @@ public class PubmedParserImpl extends CachableInterface implements PubmedParser
private Logger logger = LogManager.getLogger();
/**
* Object that allows to serialize {@link Article} elements into xml string
* and deserialize xml into {@link Article} objects.
* Object that allows to serialize {@link Article} elements into xml string and
* deserialize xml into {@link Article} objects.
*/
private XmlSerializer<Article> articleSerializer;
......
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