Skip to content

Commit

Permalink
Merge branch 'fix-for-issue-10996' of https://github.com/subhramit/ja…
Browse files Browse the repository at this point in the history
…bref into fix-for-issue-10996
  • Loading branch information
subhramit committed Mar 20, 2024
2 parents 8b6317d + 95ac88c commit a04b364
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ public Parser getParser() {

private BibEntry jsonItemToBibEntry(JSONObject item) throws ParseException {
try {
BibEntry entry = new BibEntry();
entry.setType(StandardEntryType.Article);
BibEntry entry = new BibEntry(StandardEntryType.Article);

// Define the field mappings
Map<StandardField, String[]> fieldMappings = Map.ofEntries(
Expand Down

0 comments on commit a04b364

Please sign in to comment.