We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b097a5 commit 8df1f05Copy full SHA for 8df1f05
jablib/src/main/java/org/jabref/logic/importer/fetcher/EuropePmcFetcher.java
@@ -71,7 +71,6 @@ private BibEntry jsonItemToBibEntry(JSONObject item) throws ParseException {
71
entry.setField(StandardField.VOLUME, result.optString("journalVolume"));
72
entry.setField(StandardField.ISSUE, result.optString("journalIssue"));
73
74
- // Format pages with double dash
75
String pages = result.optString("pageInfo");
76
entry.setField(StandardField.PAGES, pages);
77
0 commit comments