Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
27f004d2
Commit
27f004d2
authored
1 year ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
pubmed API version changed
parent
b6586980
No related branches found
No related tags found
3 merge requests
!1587
merge development 16.2.13 into master
,
!1579
Link to Home page of API-docs added in the docs
,
!1578
Build pipeline issue
Pipeline
#77065
failed
1 year ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
annotation/src/main/java/lcsb/mapviewer/annotation/services/PubmedParserImpl.java
+3
-3
3 additions, 3 deletions
.../lcsb/mapviewer/annotation/services/PubmedParserImpl.java
with
3 additions
and
3 deletions
annotation/src/main/java/lcsb/mapviewer/annotation/services/PubmedParserImpl.java
+
3
−
3
View file @
27f004d2
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment