Skip to content

Commit

Permalink
Merge pull request #770 from koppor/patch-1
Browse files Browse the repository at this point in the history
Fix typo in param description in BiblioItem.java
  • Loading branch information
kermitt2 committed Jun 7, 2021
2 parents cdc33ff + d980ec9 commit 0078ecd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1878,7 +1878,7 @@ public String toBibTeX() {
/**
* Export to BibTeX format
*
* @param id the BibTeX ke to use.
* @param id the BibTeX key to use.
*/
public String toBibTeX(String id) {
return toBibTeX(id, new GrobidAnalysisConfig.GrobidAnalysisConfigBuilder().includeRawCitations(false).build());
Expand All @@ -1887,7 +1887,7 @@ public String toBibTeX(String id) {
/**
* Export to BibTeX format
*
* @param id the BibTeX ke to use
* @param id the BibTeX key to use
*/
public String toBibTeX(String id, GrobidAnalysisConfig config) {
String type;
Expand Down

0 comments on commit 0078ecd

Please sign in to comment.