Skip to content

Commit 8df1f05

Browse files
committed
remove comment
1 parent 4b097a5 commit 8df1f05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jablib/src/main/java/org/jabref/logic/importer/fetcher/EuropePmcFetcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ private BibEntry jsonItemToBibEntry(JSONObject item) throws ParseException {
7171
entry.setField(StandardField.VOLUME, result.optString("journalVolume"));
7272
entry.setField(StandardField.ISSUE, result.optString("journalIssue"));
7373

74-
// Format pages with double dash
7574
String pages = result.optString("pageInfo");
7675
entry.setField(StandardField.PAGES, pages);
7776

0 commit comments

Comments
 (0)