Skip to content

Commit

Permalink
followup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Feb 19, 2020
1 parent c768697 commit e560220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void setUp() {
entry.setField(StandardField.YEAR, "2016");
entry.setField(StandardField.URL,
"http://pi.informatik.uni-siegen.de/stt/36_2/./03_Technische_Beitraege/ZEUS2016/beitrag_2.pdf");
entry.setField(new UnknownField("biburl"), "{https://dblp.org/rec/journals/stt/GeigerHL16.bib");
entry.setField(new UnknownField("biburl"), "https://dblp.org/rec/journals/stt/GeigerHL16.bib");
entry.setField(new UnknownField("bibsource"), "dblp computer science bibliography, https://dblp.org");
}

Expand Down

0 comments on commit e560220

Please sign in to comment.